F5Networks / charts

Helm charts for using F5 products and services in Kubernetes and OpenShift environments.
Apache License 2.0
28 stars 36 forks source link

default to using credentials directory #25

Closed chen23 closed 5 years ago

chen23 commented 5 years ago

change default secret behavior from environment variable to credentials directory

ghost commented 5 years ago

@chen23 : can you update the requested changes ?

chen23 commented 5 years ago

I've resolved the conversations. Thank you.

ghost commented 5 years ago

@chen23 - Can you please share the contents of Credentials directory. This will help me document and validate this MR.

chen23 commented 5 years ago

Here's details on the contents of the of the file (it's the secret that contains the BIG-IP username/password): https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets

ghost commented 5 years ago

Here's details on the contents of the of the file (it's the secret that contains the BIG-IP username/password): https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets

Thank you.