From 27c33c5da76fbbf711e2f29191102c27cb66e64f Mon Sep 17 00:00:00 2001 From: rblundon Date: Fri, 2 May 2025 23:41:08 -0500 Subject: [PATCH] helm deploy --- .../external-secrets.yaml | 12 +++--- cluster/external-secrets/values-hub.yaml | 37 ++++++++++--------- 2 files changed, 25 insertions(+), 24 deletions(-) rename cluster/{external-secrets => }/external-secrets.yaml (80%) diff --git a/cluster/external-secrets/external-secrets.yaml b/cluster/external-secrets.yaml similarity index 80% rename from cluster/external-secrets/external-secrets.yaml rename to cluster/external-secrets.yaml index 214827b..29546d1 100644 --- a/cluster/external-secrets/external-secrets.yaml +++ b/cluster/external-secrets.yaml @@ -3,7 +3,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: external-secrets - namespace: openshift-gitops + namespace: external-secrets finalizers: - resources-finalizer.argocd.argoproj.io annotations: @@ -14,13 +14,13 @@ spec: namespace: openshift-operators project: default source: - #path: cluster/external-secrets - path: cluster/external-secrets/overlays/hub + path: cluster/external-secrets + #path: cluster/external-secrets/overlays/hub repoURL: https://github.com/rblundon/homelab.git targetRevision: HEAD - # helm: - # valueFiles: - # - values-hub.yaml + helm: + valueFiles: + - values-hub.yaml syncPolicy: automated: prune: true diff --git a/cluster/external-secrets/values-hub.yaml b/cluster/external-secrets/values-hub.yaml index 17aff75..dc3d2fd 100644 --- a/cluster/external-secrets/values-hub.yaml +++ b/cluster/external-secrets/values-hub.yaml @@ -3,28 +3,29 @@ external-secrets: enabled: true # Default: true -resources: - requests: - cpu: 10m - memory: 32Mi + resources: + requests: + cpu: 10m + memory: 32Mi -# -- if true, the operator will process cluster external secret. Else, it will ignore them. -processClusterExternalSecret: true + createOperator: true + # -- if true, the operator will process cluster external secret. Else, it will ignore them. + processClusterExternalSecret: true -# -- if true, the operator will process cluster push secret. Else, it will ignore them. -processClusterPushSecret: false #true + # -- if true, the operator will process cluster push secret. Else, it will ignore them. + processClusterPushSecret: false #true -# -- if true, the operator will process cluster store. Else, it will ignore them. -processClusterStore: false #true + # -- if true, the operator will process cluster store. Else, it will ignore them. + processClusterStore: false #true -# -- if true, the operator will process push secret. Else, it will ignore them. -processPushSecret: false #true + # -- if true, the operator will process push secret. Else, it will ignore them. + processPushSecret: false #true -webhook: - # -- Specifies whether a webhook deployment be created. If set to false, crds.conversion.enabled should also be set to false otherwise the kubeapi will be hammered because the conversion is looking for a webhook endpoint. - create: false #true + webhook: + # -- Specifies whether a webhook deployment be created. If set to false, crds.conversion.enabled should also be set to false otherwise the kubeapi will be hammered because the conversion is looking for a webhook endpoint. + create: false #true -certController: - # -- Specifies whether a certificate controller deployment be created. - create: false #true + certController: + # -- Specifies whether a certificate controller deployment be created. + create: false #true