Skip to content

Commit a6ce819

Browse files
update image and fix env variables
1 parent a801037 commit a6ce819

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cicd/ansible/tekton-task-vault-login.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ spec:
2626
type: "string"
2727
steps:
2828
- name: "vault-login"
29-
image: "ghcr.io/soerenschneider/vault-login:1.0.0"
29+
image: "ghcr.io/soerenschneider/vault-login:1.1.0"
3030
imagePullPolicy: "IfNotPresent"
3131
env:
3232
- name: "HOME"
3333
value: "/tmp"
3434
- name: "VAULT_ADDR"
3535
value: $(params.vault-address)
36-
- name: "VAULT_AUTH_TYPE"
36+
- name: "VAULT_LOGIN_AUTH_TYPE"
3737
value: $(params.auth-method)
38-
- name: "VAULT_AUTH_MOUNT"
38+
- name: "VAULT_LOGIN_AUTH_MOUNT"
3939
value: $(params.auth-mount)
40-
- name: "VAULT_AUTH_ROLE"
40+
- name: "VAULT_LOGIN_AUTH_ROLE"
4141
value: $(params.auth-role)
42-
- name: "VAULT_AUTH_OUTPUT_TYPE"
42+
- name: "VAULT_LOGIN_AUTH_OUTPUT_TYPE"
4343
value: "file"
44-
- name: "VAULT_AUTH_OUTPUT_SECRET_NAME"
44+
- name: "VAULT_LOGIN_AUTH_OUTPUT_SECRET_NAME"
4545
value: $(results.vault_token.path)

0 commit comments

Comments
 (0)