Skip to content

Instantly share code, notes, and snippets.

@andrealmar
Last active August 27, 2019 19:16
Show Gist options
  • Save andrealmar/aaf53456bca9beea4f6aee9ab8337ec0 to your computer and use it in GitHub Desktop.
Save andrealmar/aaf53456bca9beea4f6aee9ab8337ec0 to your computer and use it in GitHub Desktop.
cat <<EOF | kubectl apply -f -
apiVersion: v1
kind: Secret
metadata:
  name: kiali
  namespace: istio-system
  labels:
    app: kiali
type: Opaque
data:
  username: YWRtaW4=
  passphrase: MTIzNDU2
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment