Closed hashnao closed 1 year ago
以下のリソースを作成する Helm Charts を作成、ApplicationSet で設定する
kind: ApplicationSet spec: generators: - git: files: - path: tenant-projects/**/values.yaml repoURL: "https://github.com/hashnao/gitops-practice" revision: main template: spec: sources: - repoURL: "https://github.com/hashnao/gitops-practice" targetRevision: main path: clusters/helper-proj-onboarding helm: valueFiles: - "/{{ .path.path }}/values.yaml" - /tenant-projects/values-global.yaml - repoURL: "https://github.com/hashnao/gitops-practice" targetRevision: main path: clusters/helper-operator helm: valueFiles: - "/{{ .path.path }}/values.yaml" - /tenant-projects/values-global.yaml
Reference:
Description
以下のリソースを作成する Helm Charts を作成、ApplicationSet で設定する
ChangeLog
Reference: