- 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
7 lines
168 B
YAML
7 lines
168 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- repository.yaml
|
|
- release-operator.yaml
|
|
- authkey-secret.enc.yaml
|