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
Branches
Tags
No related merge requests found
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: longhorn-system
namespace: external-dns-system
resources:
- namespace.yaml
- repository.yaml
......@@ -8,4 +8,7 @@ resources:
- ../../../shared/networkpolicies/allow-from-monitoring.yaml
commonLabels:
app.kubernetes.io/name: external-dns
\ No newline at end of file
app.kubernetes.io/name: external-dns
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.
Please register or to comment