Introduce TEMPLATE_ID variable for FlexVolume
FlexVolume requires you specify the tenant id of the key vault instance, so this will need to be templated in for future enviroments
This commit is contained in:
@@ -149,7 +149,7 @@ spec:
|
||||
keyvaultobjectnames: "dhparam4096"
|
||||
keyvaultobjectaliases: "dhparam.pem"
|
||||
keyvaultobjecttypes: secret
|
||||
tenantid: "b5ab0e1e-09f8-4258-afb7-fb17654bc5b3"
|
||||
tenantid: $TENANT_ID
|
||||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
|
Reference in New Issue
Block a user