Created
October 4, 2018 13:23
-
-
Save vnugent/6cd97590c9781af00533fd0dd220e855 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat <<EOF | kubectl apply -f - | |
apiVersion: v1 | |
kind: Secret | |
metadata: | |
name: kiali | |
namespace: $NAMESPACE | |
labels: | |
app: kiali | |
type: Opaque | |
data: | |
username: YWRtaW4= | |
passphrase: YWRtaW4= | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment