Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/external-secrets-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: external-secrets-operator
description: External Secrets Operator with AWS Secrets Manager integration via IRSA
version: 1.0.1
version: 1.1.0
type: application
home: https://rh-mobb.github.io/validated-pattern-helm-charts/
maintainers:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: operator.openshift.io/v1alpha1
kind: ExternalSecretsConfig
metadata:
name: cluster
annotations:
argocd.argoproj.io/sync-wave: "3"
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
spec:
controllerConfig:
networkPolicies:
- name: allow-external-secrets-egress
componentName: CoreController
egress:
3 changes: 0 additions & 3 deletions charts/external-secrets-operator/templates/operatorgroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ metadata:
namespace: {{ .Values.namespace }}
annotations:
argocd.argoproj.io/sync-wave: "-1"
spec:
targetNamespaces:
- {{ .Values.namespace }}
10 changes: 5 additions & 5 deletions charts/external-secrets-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace: external-secrets
namespace: external-secrets-operator

subscription:
name: external-secrets-operator
name: openshift-external-secrets-operator
channel: stable-v1
installPlanApproval: Manual
source: redhat-operators
Expand All @@ -26,9 +26,9 @@ helper-status-checker:
enabled: true
approver: true
checks:
- operatorName: external-secrets-operator
subscriptionName: external-secrets-operator
- operatorName: openshift-external-secrets-operator
subscriptionName: openshift-external-secrets-operator
namespace:
name: external-secrets
name: external-secrets-operator
serviceAccount:
name: "external-secrets-install-check"
Loading