Skip to content

Commit

Permalink
Merge pull request OCP-on-NERC#13 from larsks/feature/external-secrets
Browse files Browse the repository at this point in the history
Install external secrets operator
  • Loading branch information
larsks authored Jun 16, 2022
2 parents 3eb4361 + 2b3b2b4 commit 8c957e2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: openshift-operators
resources:
- subscription.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: external-secrets-operator
spec:
channel: stable
installPlanApproval: Automatic
name: external-secrets-operator
source: community-operators
sourceNamespace: openshift-marketplace
1 change: 1 addition & 0 deletions cluster-scope/overlays/common/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ kind: Kustomization
resources:
- machineconfigs/99-master-ssh.yaml
- machineconfigs/99-worker-ssh.yaml
- ../../base/operators.coreos.com/subscriptions/external-secrets-operator

0 comments on commit 8c957e2

Please sign in to comment.