Skip to content

Commit

Permalink
Fixing unsuported by kustomize generateName
Browse files Browse the repository at this point in the history
  • Loading branch information
redmikhail committed Jun 22, 2023
1 parent 8ddb1e0 commit 94d536e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
generateName: openshift-cert-manager-operator-
name: openshift-cert-manager-operator
namespace: openshift-cert-manager-operator
spec: {}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ kind: Kustomization
resources:
- ../../base/core/namespaces/openshift-cert-manager-operator
- ../../base/core/namespaces/openshift-cert-manager
- ../../base/operators.coreos.com/operatorgroups/openshift-cert-manager-operator
# - ../../base/operators.coreos.com/operatorgroups/openshift-cert-manager-operator
- ../../base/operators.coreos.com/subscriptions/openshift-cert-manager-operator
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
machine.openshift.io/cluster-api-cluster: odh-cl2-jlxqf
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
machine.openshift.io/cluster-api-cluster: odh-cl2-jlxqf
Expand Down

0 comments on commit 94d536e

Please sign in to comment.