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
b12dc664
Verified
Commit
b12dc664
authored
2 years ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
fix(cert-manager): Fix shared network-policy names
parent
e3630542
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
shared/networkpolicies/allow-from-http-challenge.yaml
+1
-1
1 addition, 1 deletion
shared/networkpolicies/allow-from-http-challenge.yaml
shared/networkpolicies/allow-to-public-web-http-challenge.yaml
+1
-1
1 addition, 1 deletion
...d/networkpolicies/allow-to-public-web-http-challenge.yaml
with
2 additions
and
2 deletions
shared/networkpolicies/allow-from-http-challenge.yaml
+
1
−
1
View file @
b12dc664
...
...
@@ -2,7 +2,7 @@
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
metadata
:
name
:
allow-from-ingress
name
:
allow-from-ingress
-http-challenge
spec
:
ingress
:
-
from
:
...
...
This diff is collapsed.
Click to expand it.
shared/networkpolicies/allow-to-public-web-http-challenge.yaml
+
1
−
1
View file @
b12dc664
...
...
@@ -2,7 +2,7 @@
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
metadata
:
name
:
allow-to-public-web
name
:
allow-to-public-web
-http-challenge
spec
:
egress
:
-
to
:
...
...
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