Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
apiVersion: v1
kind: Secret
metadata:  
  name: <<secret-name>>
type: Opaque
data:
  AUTH_KEY_ENV: << base64 encoded auth key >>AUTH_TOKEN_ENCODED
  1. Update the fluent-bit helm custom-values.yaml as below

...