- Remove TsProxy from infrastructure-controllers to avoid CRD timing issue - Create infrastructure/tailnet/ Kustomization for TsProxy resources - Add infrastructure-tailnet Flux Kustomization with dependsOn - Add dependsOn to customer1 Kustomization for trade-dashboard TsProxy
20 lines
411 B
YAML
20 lines
411 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: customer1
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m0s
|
|
retryInterval: 1m
|
|
timeout: 5m
|
|
dependsOn:
|
|
- name: infrastructure-controllers
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|
|
path: ../../apps/staging/customer1
|
|
prune: true
|
|
decryption:
|
|
provider: sops
|
|
secretRef:
|
|
name: sops-age
|