Skip to content

Commit

Permalink
Adjust custom_labels, and impersonation_proxy_spec.mode for concierge
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminapetersen committed Sep 20, 2023
1 parent e531388 commit bb31c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/concierge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ into_namespace: my-preexisting-namespace
#@ resources that were dynamically created by controllers at runtime \
#@ 2. Or, deleting all resources by label, which does not assume that there was a static install-time yaml namespace."
#@schema/desc custom_labels_desc
#@schema/type any=True
#@schema/nullable
custom_labels: {} #! {myCustomLabelName: myCustomLabelValue, otherCustomLabelName: otherCustomLabelValue}

Expand Down Expand Up @@ -100,7 +101,6 @@ impersonation_proxy_spec:
#! doesn't work at all.
#! If enabled, the impersonation proxy will always run regardless of other strategies available.
#@schema/desc "If enabled, the impersonation proxy will always run regardless of other strategies available."
#@schema/nullable
mode: auto
#@ external_endpoint_desc = "The endpoint which the client should use to connect to the impersonation proxy. \
#@ If left unset, the client will default to connecting based on the ClusterIP or LoadBalancer endpoint."
Expand Down
1 change: 1 addition & 0 deletions deploy/supervisor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ into_namespace: my-preexisting-namespace
#@ resources that were dynamically created by controllers at runtime \
#@ 2. Or, deleting all resources by label, which does not assume that there was a static install-time yaml namespace."
#@schema/desc custom_labels_desc
#@schema/type any=True
#@schema/nullable
custom_labels: {} #! {myCustomLabelName: myCustomLabelValue, otherCustomLabelName: otherCustomLabelValue}

Expand Down

0 comments on commit bb31c50

Please sign in to comment.