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