Skip to content

Commit 4be4236

Browse files
author
Per Goncalves da Silva
committed
Fix featuregate kustomization.yaml comments
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 0dd796b commit 4be4236

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

config/overlays/featuregate/synthetic-user-permissions/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# kustomization file for secure OLMv1
1+
# kustomization file for OLMv1 support for synthetic auth
22
# DO NOT ADD A NAMESPACE HERE
33
apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization

config/overlays/featuregate/webhook-provider-certmanager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# kustomization file for secure OLMv1
1+
# kustomization file for cert-manager backed OLMv1 support for installation of bundles with webhooks
22
# DO NOT ADD A NAMESPACE HERE
33
apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# enable synthetic-user feature gate
1+
# enable cert-manager backed webhook support feature gate
22
- op: add
33
path: /spec/template/spec/containers/0/args/-
44
value: "--feature-gates=WebhookProviderCertManager=true"

config/overlays/featuregate/webhook-provider-openshift-serviceca/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# kustomization file for secure OLMv1
1+
# kustomization file for openshift-serviceca backed OLMv1 support for installation of bundles with webhooks
22
# DO NOT ADD A NAMESPACE HERE
33
apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# enable synthetic-user feature gate
1+
# enable openshift-serviceca backed webhook support feature gate
22
- op: add
33
path: /spec/template/spec/containers/0/args/-
44
value: "--feature-gates=WebhookProviderOpenshiftServiceCA=true"

0 commit comments

Comments
 (0)