Skip to content
Discussion options

You must be logged in to vote

From TF create a Secret or ConfigMap a in the flux-system namespace in this format:

apiVersion: v1
kind: Secret
metadata:
  namespace: flux-system
  name: tf-values
stringData:
  values.yaml: |
     someKey: someValue

Then in the HelmRelease use the Secret:

apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
  name: analytics
  namespace: flux-system
spec:
  valuesFrom:
  - kind: Secret
    name: tf-values

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Dotisandhyarani
Comment options

Answer selected by Dotisandhyarani
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@matheuscscp
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants