Skip to content

Commit

Permalink
doc(externalsecret): removing encoding requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Sabatini authored and tchiotludo committed Nov 14, 2024
1 parent 0d3cff8 commit 5786dea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/kestra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configuration: {}
# kestra:
# plugins:
# configurations:
# - type: io.kestra.plugin.scripts.runner.docker.Docker
# - type: io.kestra.plugin.scripts.runner.docker.Docker
# values:
# volume-enabled: true

Expand All @@ -39,13 +39,13 @@ secrets: {}
## Here this assumes the secret is already deployed and the following apply:
## 1. The secret type is "Opaque"
## 2. The secret has a single key
## 3. The value of the secret is the base64 encoded Kestra configuration.
## 3. The value of the secret is the Kestra configuration.
externalSecret: {}
#secretName: secret-name
#key: application-kestra.yml

### configuration files
## This option allows you to reference existing local files to configure Kestra, e.g.
## This option allows you to reference existing local files to configure Kestra, e.g.
configurationPath:
# configurationPath: /app/application.yml,/app/application-secrets.yml

Expand Down

0 comments on commit 5786dea

Please sign in to comment.