sync namespace names with directory names
This commit is contained in:
16
harbor-operator/kustomization.yaml
Normal file
16
harbor-operator/kustomization.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: harbor-operator
|
||||
|
||||
# spec: https://kubectl.docs.kubernetes.io/references/kustomize/builtins/#_helmchartinflationgenerator_
|
||||
helmCharts:
|
||||
- includeCRDs: true
|
||||
name: &name harbor
|
||||
releaseName: *name
|
||||
repo: https://helm.goharbor.io
|
||||
valuesFile: values.yaml
|
||||
version: 1.17.1
|
||||
|
||||
resources:
|
||||
- ./application-extras.yml
|
Reference in New Issue
Block a user