Compare commits
3 Commits
deploy-tes
...
f9089f5ee0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9089f5ee0 | ||
|
|
6e4a3faa46 | ||
|
|
8f7dfe9ec0 |
@@ -57,11 +57,11 @@ There is one additional group of configuration items specific for this chart, so
|
|||||||
New vault token to be used by the pods to retrieve their tokens from the vault.
|
New vault token to be used by the pods to retrieve their tokens from the vault.
|
||||||
|
|
||||||
| Parameter | Description | Default |
|
| Parameter | Description | Default |
|
||||||
| ----------------------------------|--------------------------------------------|-----------------------------------------------|
|
| ---------------------------------- | ------------------------------------------ | ---------------------------------------------- |
|
||||||
| `PipelineSecrets.Vault.Replace` | Replace the molgenis-pipeline-vault secret | `true` |
|
| `PipelineSecrets.Vault.Replace` | Replace the molgenis-pipeline-vault secret | `true` |
|
||||||
| `PipelineSecrets.Vault.Token` | Token to log into the hashicorp vault | `xxxx` |
|
| `PipelineSecrets.Vault.Token` | Token to log into the hashicorp vault | `xxxx` |
|
||||||
| `PipelineSecrets.Vault.Addr` | Address of the vault | `https:vault-operator.vault-operator.svc:8200` |
|
| `PipelineSecrets.Vault.Addr` | Address of the vault | `https:vault-operator.vault-operator.svc:8200` |
|
||||||
| `PipelineSecrets.Vault.skipVerify`| Skip verification of the https connection |`1` |
|
| `PipelineSecrets.Vault.SkipVerify` | Skip verification of the https connection | `1` |
|
||||||
|
|
||||||
* Env
|
* Env
|
||||||
|
|
||||||
@@ -69,7 +69,7 @@ There is one additional group of configuration items specific for this chart, so
|
|||||||
in the slave pods.
|
in the slave pods.
|
||||||
|
|
||||||
| Parameter | Description | Default |
|
| Parameter | Description | Default |
|
||||||
| -------------------------------------- | ----------------------------------------- | --------------- |
|
| --------------------------------------- | ----------------------------------------- | --------------- |
|
||||||
| `PipelineSecrets.Env.Replace` | Replace molgenis-pipeline-env secret | `true` |
|
| `PipelineSecrets.Env.Replace` | Replace molgenis-pipeline-env secret | `true` |
|
||||||
| `PipelineSecrets.Env.PGPPassphrase` | passphrase for the pgp signing key | `literal:xxxx` |
|
| `PipelineSecrets.Env.PGPPassphrase` | passphrase for the pgp signing key | `literal:xxxx` |
|
||||||
| `PipelineSecrets.Env.CodecovToken` | token for codecov.io | `xxxx` |
|
| `PipelineSecrets.Env.CodecovToken` | token for codecov.io | `xxxx` |
|
||||||
|
|||||||
@@ -12,5 +12,5 @@ type: Opaque
|
|||||||
data:
|
data:
|
||||||
token: {{ .Values.PipelineSecrets.Vault.Token | b64enc | quote }}
|
token: {{ .Values.PipelineSecrets.Vault.Token | b64enc | quote }}
|
||||||
addr: {{ .Values.PipelineSecrets.Vault.Addr | b64enc | quote }}
|
addr: {{ .Values.PipelineSecrets.Vault.Addr | b64enc | quote }}
|
||||||
skipVerify: {{ .Values.PipelineSecrets.Vault.Addr | b64enc | quote }}
|
skipVerify: {{ .Values.PipelineSecrets.Vault.SkipVerify | b64enc | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@@ -545,6 +545,7 @@ PipelineSecrets:
|
|||||||
Replace: true
|
Replace: true
|
||||||
Token: xxxx
|
Token: xxxx
|
||||||
Addr: "https://vault-operator.vault-operator.svc:8200"
|
Addr: "https://vault-operator.vault-operator.svc:8200"
|
||||||
|
SkipVerify: 1
|
||||||
Env:
|
Env:
|
||||||
# Set to false to keep existing secret
|
# Set to false to keep existing secret
|
||||||
Replace: true
|
Replace: true
|
||||||
|
|||||||
Reference in New Issue
Block a user