cloudfoundry / cf-k8s-networking

building a cloud foundry without gorouter....
Apache License 2.0
32 stars 17 forks source link

feat: use stringData in cfroutesync-secret #15

Closed tcdowney closed 4 years ago

tcdowney commented 4 years ago

The stringData field is provided for convenience, and allows you to provide secret data as unencoded strings. https://kubernetes.io/docs/concepts/configuration/secret/

This slightly improves the installation UX so that operators do not need to base64 encode cfroutesync's uaaClientSecret

Obviates the need for https://github.com/cloudfoundry/cf-k8s-networking/pull/9

dolfolife commented 4 years ago

LGTM

mike1808 commented 4 years ago

LGTM