Skip to content

Instantly share code, notes, and snippets.

@brooksphilip
Created December 4, 2024 19:50
Show Gist options
  • Save brooksphilip/eeccbb0146ba4e0d300d620e009743be to your computer and use it in GitHub Desktop.
Save brooksphilip/eeccbb0146ba4e0d300d620e009743be to your computer and use it in GitHub Desktop.

Revisions

  1. brooksphilip created this gist Dec 4, 2024.
    12 changes: 12 additions & 0 deletions helmconfig.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    ```
    apiVersion: helm.cattle.io/v1
    kind: HelmChartConfig
    metadata:
    name: rke2-ingress-nginx
    namespace: kube-system
    spec:
    valuesContent: |-
    controller:
    podAnnotations:
    k8s.v1.cni.cncf.io/networks: <vm-network>
    ```