Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
92386c0d
Verified
Commit
92386c0d
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
fix(external-dns): Fix namespace creation
parent
5660fff7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
infrastructure/base/external-dns/kustomization.yaml
+5
-2
5 additions, 2 deletions
infrastructure/base/external-dns/kustomization.yaml
infrastructure/base/external-dns/namespace.yaml
+5
-0
5 additions, 0 deletions
infrastructure/base/external-dns/namespace.yaml
with
10 additions
and
2 deletions
infrastructure/base/external-dns/kustomization.yaml
+
5
−
2
View file @
92386c0d
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
This diff is collapsed.
Click to expand it.
infrastructure/base/external-dns/namespace.yaml
0 → 100644
+
5
−
0
View file @
92386c0d
apiVersion
:
v1
kind
:
Namespace
metadata
:
name
:
external-dns-system
labels
:
{}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment