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
|
@ -3,4 +3,5 @@ kind: Kustomization
|
|||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
- ingress.yaml
|
||||
- ingress.yaml
|
||||
- qbitty-secrets.yaml
|
|
@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- cluster-config.yaml
|
||||
- qbitty-secrets.yaml
|
||||
- cluster-secrets.yaml
|
Reference in a new issue