Skip to content

Instantly share code, notes, and snippets.

@mbigras
Created January 25, 2023 17:26
Show Gist options
  • Save mbigras/27b07601b12dac6acbcbe11eb70690ad to your computer and use it in GitHub Desktop.
Save mbigras/27b07601b12dac6acbcbe11eb70690ad to your computer and use it in GitHub Desktop.

Revisions

  1. Max Bigras created this gist Jan 25, 2023.
    20 changes: 20 additions & 0 deletions kustomization.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    kind: Kustomization
    apiVersion: kustomize.config.k8s.io/v1beta1
    generators:
    - |
    kind: ConfigMapGenerator
    apiVersion: builtin
    metadata:
    name: hello
    literals:
    - hello=world
    transformers:
    - |
    kind: DoNothing
    apiVersion: donothing.example.com/v1alpha1
    metadata:
    name: donothing
    annotations:
    config.kubernetes.io/function: |
    container:
    image: donothing