24 lines
682 B
YAML
24 lines
682 B
YAML
|
|
# External Secrets Operator CRDs for ringtail k3s cluster
|
||
|
|
# Same CRDs source as indri, different destination
|
||
|
|
#
|
||
|
|
# Must be synced BEFORE external-secrets-ringtail operator app.
|
||
|
|
#
|
||
|
|
apiVersion: argoproj.io/v1alpha1
|
||
|
|
kind: Application
|
||
|
|
metadata:
|
||
|
|
name: external-secrets-crds-ringtail
|
||
|
|
namespace: argocd
|
||
|
|
spec:
|
||
|
|
project: default
|
||
|
|
source:
|
||
|
|
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/external-secrets.git
|
||
|
|
targetRevision: helm-chart-2.0.0
|
||
|
|
path: config/crds/bases
|
||
|
|
directory:
|
||
|
|
exclude: 'kustomization.yaml'
|
||
|
|
destination:
|
||
|
|
server: https://ringtail.tail8d86e.ts.net:6443
|
||
|
|
syncPolicy:
|
||
|
|
syncOptions:
|
||
|
|
- ServerSideApply=true
|
||
|
|
- CreateNamespace=false
|