test mv qbit secrets
This commit is contained in:
parent
0fa0f7c31e
commit
a2b2e45fe5
3 changed files with 2 additions and 2 deletions
kubernetes
apps/production/arr/qbitty
cluster/production/config
|
@ -4,3 +4,4 @@ resources:
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
- service.yaml
|
- service.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
- qbitty-secrets.yaml
|
|
@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- cluster-config.yaml
|
- cluster-config.yaml
|
||||||
- qbitty-secrets.yaml
|
|
||||||
- cluster-secrets.yaml
|
- cluster-secrets.yaml
|
Reference in a new issue