Skip to content

Instantly share code, notes, and snippets.

@vnugent
Created October 4, 2018 13:23
Show Gist options
  • Save vnugent/6cd97590c9781af00533fd0dd220e855 to your computer and use it in GitHub Desktop.
Save vnugent/6cd97590c9781af00533fd0dd220e855 to your computer and use it in GitHub Desktop.
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