Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created March 1, 2022 01:40
Show Gist options
  • Save larkintuckerllc/f8373066de9df6af9fc603e2b834e5bc to your computer and use it in GitHub Desktop.
Save larkintuckerllc/f8373066de9df6af9fc603e2b834e5bc to your computer and use it in GitHub Desktop.
kubernetes:
serviceLocatorMethod:
type: multiTenant
clusterLocatorMethods:
- type: config
clusters:
- url: ${K8S_MINIKUBE_URL}
name: minikube
authProvider: serviceAccount
skipTLSVerify: true
skipMetricsLookup: false
serviceAccountToken: ${K8S_MINIKUBE_TOKEN}
- url: ${K8S_GKE_URL}
name: gke
authProvider: serviceAccount
skipTLSVerify: true
skipMetricsLookup: false
serviceAccountToken: ${K8S_GKE_TOKEN}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment