Add a staging overlay for the key vault name
Currently we're just using the test vault, but in the future we want to be able to prescribe vault names for different environments via overlay.
This commit is contained in:
parent
26bb2f4614
commit
221e9ab26b
@ -7,6 +7,7 @@ patchesStrategicMerge:
|
||||
- replica_count.yml
|
||||
- ports.yml
|
||||
- envvars.yml
|
||||
- vault_name.yml
|
||||
patchesJson6902:
|
||||
- target:
|
||||
group: extensions
|
||||
|
12
deploy/overlays/staging/vault_name.yml
Normal file
12
deploy/overlays/staging/vault_name.yml
Normal file
@ -0,0 +1,12 @@
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: atst
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
volumes:
|
||||
- name: nginx-secret
|
||||
flexVolume:
|
||||
options:
|
||||
keyvaultname: "atat-vault-test"
|
Loading…
x
Reference in New Issue
Block a user