Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
SITE | update init-vault
Browse files Browse the repository at this point in the history
  • Loading branch information
rybmat committed Jun 23, 2021
1 parent b742386 commit e30c755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/k8s-deployment-descriptor-template-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- name: VAULT_ADDR # This isn't required in prod but must be set for dev
value: active.vault.service.${dc}.consul:8200
name: secrets
image: artifactory.wikia-inc.com/ops/init-vault:0.0.41
image: artifactory.wikia-inc.com/ops/init-vault:0.13
imagePullPolicy: Always
volumeMounts: # vault auth cert is read from here
- name: secrets-dir # secrets are stored here
Expand Down
2 changes: 1 addition & 1 deletion k8s/k8s-deployment-descriptor-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- name: VAULT_ADDR # This isn't required in prod but must be set for dev
value: active.vault.service.${dc}.consul:8200
name: secrets
image: artifactory.wikia-inc.com/ops/init-vault:0.0.41
image: artifactory.wikia-inc.com/ops/init-vault:0.13
imagePullPolicy: Always
volumeMounts: # vault auth cert is read from here
- name: secrets-dir # secrets are stored here
Expand Down

0 comments on commit e30c755

Please sign in to comment.