mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
27 lines
No EOL
695 B
YAML
27 lines
No EOL
695 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: sops-secrets-operator
|
|
namespace: argocd
|
|
spec:
|
|
project: system
|
|
source:
|
|
repoURL: "https://isindir.github.io/sops-secrets-operator/"
|
|
targetRevision: 0.17.4
|
|
chart: sops-secrets-operator
|
|
helm:
|
|
valuesObject:
|
|
secretsAsFiles:
|
|
- mountPath: /etc/sops-age-key-file
|
|
secretName: sops-age-key-file
|
|
name: sops-age-key-file
|
|
namespace: sops
|
|
extraEnv:
|
|
- name: SOPS_AGE_KEY_FILE
|
|
value: /etc/sops-age-key-file/sops.key
|
|
destination:
|
|
namespace: sops
|
|
name: in-cluster
|
|
syncPolicy:
|
|
syncOptions:
|
|
- ServerSideApply=true |