apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - namespace.yaml - postgres.yaml - plattform.yaml - web.yaml - ai-orkester.yaml - ingress.yaml # hemligheter.exempel.yaml appliceras medvetet inte — skapa secret:en # separat (se kommentaren i den filen). configMapGenerator: - name: postgres-init namespace: guidad-felsokning files: - init.sql=postgres-init.sql