3 changed files with 36 additions and 0 deletions
@ -0,0 +1,31 @@ |
|||
--- |
|||
apiVersion: source.toolkit.fluxcd.io/v1beta1 |
|||
kind: GitRepository |
|||
metadata: |
|||
name: external-secrets-crd-source |
|||
namespace: flux-system |
|||
spec: |
|||
interval: 30m |
|||
url: https://github.com/external-secrets/external-secrets.git |
|||
ref: |
|||
# renovate: registryUrl=https://charts.external-secrets.io chart=external-secrets |
|||
tag: v0.3.7 |
|||
ignore: | |
|||
# exclude all |
|||
/* |
|||
# path to crds |
|||
!/deploy/crds/ |
|||
--- |
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 |
|||
kind: Kustomization |
|||
metadata: |
|||
name: external-secrets-crds |
|||
namespace: flux-system |
|||
spec: |
|||
interval: 15m |
|||
prune: false |
|||
wait: true |
|||
sourceRef: |
|||
kind: GitRepository |
|||
name: external-secrets-crd-source |
|||
|
@ -0,0 +1,4 @@ |
|||
apiVersion: kustomize.config.k8s.io/v1beta1 |
|||
kind: Kustomization |
|||
resources: |
|||
- crds.yaml |
Reference in new issue