File tree 3 files changed +3
-3
lines changed
testnorge-statisk-data-forvalter
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
3
3
#
4
- # Load the contents of the NAIS provided vault token into a Spring Boot friendly environment variable.
4
+ # Load the contents of the NAIS provided Vault token into a Spring Boot friendly environment variable.
5
5
#
6
6
SPRING_CLOUD_VAULT_TOKEN=$( cat /var/run/secrets/nais.io/vault/vault_token)
7
7
export SPRING_CLOUD_VAULT_TOKEN
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
3
3
#
4
- # Load the contents of the NAIS provided vault token into a Spring Boot friendly environment variable.
4
+ # Load the contents of the NAIS provided Vault token into a Spring Boot friendly environment variable.
5
5
#
6
6
SPRING_CLOUD_VAULT_TOKEN=$( cat /var/run/secrets/nais.io/vault/vault_token)
7
7
export SPRING_CLOUD_VAULT_TOKEN
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
3
3
#
4
- # Load the contents of the NAIS provided vault token into a Spring Boot friendly environment variable.
4
+ # Load the contents of the NAIS provided Vault token into a Spring Boot friendly environment variable.
5
5
#
6
6
SPRING_CLOUD_VAULT_TOKEN=$( cat /var/run/secrets/nais.io/vault/vault_token)
7
7
export SPRING_CLOUD_VAULT_TOKEN
You can’t perform that action at this time.
0 commit comments