22 行
400 B
YAML
22 行
400 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: apps-secrets
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 30m
|
|
timeout: 15m
|
|
retryInterval: 1m
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux
|
|
path: ./flux/apps/secrets
|
|
prune: false
|
|
wait: true
|
|
dependsOn:
|
|
- name: apps-sources
|
|
postBuild:
|
|
substituteFrom:
|
|
- kind: Secret
|
|
name: flux-env
|