Skip to content

Commit

Permalink
[stable/2023.1] ovn: Use chart name in oci_image_registry secret (#1589)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #1577
/assign mnaser
  • Loading branch information
vexxhost-bot authored Jul 13, 2024
1 parent 6fcc5ce commit 402f755
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
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

0 comments on commit 402f755

Please sign in to comment.