Skip to content
Snippets Groups Projects
Verified Commit 92386c0d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(external-dns): Fix namespace creation

parent 5660fff7
No related branches found
No related tags found
No related merge requests found
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: longhorn-system namespace: external-dns-system
resources: resources:
- namespace.yaml - namespace.yaml
- repository.yaml - repository.yaml
...@@ -8,4 +8,7 @@ resources: ...@@ -8,4 +8,7 @@ resources:
- ../../../shared/networkpolicies/allow-from-monitoring.yaml - ../../../shared/networkpolicies/allow-from-monitoring.yaml
commonLabels: commonLabels:
app.kubernetes.io/name: external-dns app.kubernetes.io/name: external-dns
\ No newline at end of file
components:
- ../../../shared/components/namespace-restricted
\ No newline at end of file
apiVersion: v1
kind: Namespace
metadata:
name: external-dns-system
labels: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment