Commit 8d78002f authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

chore(kicker): fix variable names used by Vault variant

parent 84b57ea0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -333,13 +333,13 @@
          "mandatory": true
        },
        {
          "name": "PRIV_VAULT_ROLE_ID",
          "name": "VAULT_ROLE_ID",
          "description": "The [AppRole](https://www.vaultproject.io/docs/auth/approle) RoleID",
          "mandatory": true,
          "secret": true
        },
        {
          "name": "PRIV_VAULT_SECRET_ID",
          "name": "VAULT_SECRET_ID",
          "description": "The [AppRole](https://www.vaultproject.io/docs/auth/approle) SecretID",
          "mandatory": true,
          "secret": true