Skip to content

Instantly share code, notes, and snippets.

@worldofgeese
Last active December 30, 2022 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worldofgeese/d6c9b913637cf6998e44b77c44cce73f to your computer and use it in GitHub Desktop.
Save worldofgeese/d6c9b913637cf6998e44b77c44cce73f to your computer and use it in GitHub Desktop.
Provider example with Kaniko and cluster-buildkit vars set
- name: kubernetes
context: ${providers.terraform.outputs.cluster_name}
kubeconfig: ${var.terraformInitRoot}/${providers.terraform.outputs.kubeconfig_path}
namespace: ${environment.namespace}
defaultHostname: dev.worldofgeese.devrel.demo.garden
deploymentRegistry:
hostname: europe-north1-docker.pkg.dev
namespace: devrel-348008/worldofgeese-repo
# buildMode: cluster-buildkit
buildMode: kaniko
kaniko:
namespace: null
clusterBuildkit:
rootless: true
imagePullSecrets:
- name: regcred
namespace: default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment