project: Root kustomization apps

Tags kubernetes fluxcd
Hard Prerequisites
IMPORTANT: Please review these prerequisites, they include important information that will help you with this content.
  • K8S: Manual App Deployment – Project Overview
  • Soft Prerequisites
  • K8S: Buttons helmrepository source
  • Root kustomization apps

    Before your application will load you’ll need to add the kustomization file in the root of apps/ directory.

    # apps/kustomization.yaml
    ---
    apiVersion: kustomize.config.k8s.io/v1beta1
    kind: Kustomization
    resources:
      - buttons
    

    RAW CONTENT URL