4 changed files with 34 additions and 0 deletions
@ -0,0 +1,22 @@ |
|||
--- |
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta1 |
|||
kind: HelmRelease |
|||
metadata: |
|||
name: external-secrets |
|||
namespace: external-secrets |
|||
spec: |
|||
interval: 5m |
|||
chart: |
|||
spec: |
|||
# renovate: registryUrl=https://charts.external-secrets.io |
|||
chart: external-secrets |
|||
version: 0.3.7 |
|||
sourceRef: |
|||
kind: HelmRepository |
|||
name: external-secrets-charts |
|||
namespace: flux-system |
|||
interval: 5m |
|||
values: |
|||
configInline: |
|||
installCRDs: false |
|||
|
@ -0,0 +1,5 @@ |
|||
--- |
|||
apiVersion: kustomize.config.k8s.io/v1beta1 |
|||
kind: Kustomization |
|||
resources: |
|||
- helm-release.yaml |
@ -0,0 +1,5 @@ |
|||
--- |
|||
apiVersion: kustomize.config.k8s.io/v1beta1 |
|||
kind: Kustomization |
|||
resources: |
|||
- external-secrets |
Reference in new issue