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:
tomdds 2019-11-26 17:02:04 -05:00
parent 26bb2f4614
commit 221e9ab26b
2 changed files with 13 additions and 0 deletions

View File

@ -7,6 +7,7 @@ patchesStrategicMerge:
- replica_count.yml
- ports.yml
- envvars.yml
- vault_name.yml
patchesJson6902:
- target:
group: extensions

View 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"