Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable/2023.2] ovn: Use chart name in oci_image_registry secret #1587

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions charts/ovn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,7 @@ pod:

secrets:
oci_image_registry:
ovn_ovsdb_nb: ovn-ovsdb-nb-oci-image-registry-key
ovn_ovsdb_sb: ovn-ovsdb-sb-oci-image-registry-key
ovn_northd: ovn-northd-oci-image-registry-key
ovn_controller: ovn-controller-oci-image-registry-key
ovn_controller_gw: ovn-controller-gw-oci-image-registry-key
ovn: ovn-oci-image-registry-key

# TODO: Check these endpoints?!
endpoints:
Expand Down
14 changes: 14 additions & 0 deletions charts/patches/ovn/0003-oci-image-registry-secret.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/ovn/values.yaml b/ovn/values.yaml
index 4171db47..2df5c38c 100644
--- a/ovn/values.yaml
+++ b/ovn/values.yaml
@@ -295,11 +295,7 @@ pod:

secrets:
oci_image_registry:
- ovn_ovsdb_nb: ovn-ovsdb-nb-oci-image-registry-key
- ovn_ovsdb_sb: ovn-ovsdb-sb-oci-image-registry-key
- ovn_northd: ovn-northd-oci-image-registry-key
- ovn_controller: ovn-controller-oci-image-registry-key
- ovn_controller_gw: ovn-controller-gw-oci-image-registry-key
+ ovn: ovn-oci-image-registry-key