UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Core
opa-gatekeeper
Commits
913a5f93
Commit
913a5f93
authored
Jan 26, 2021
by
Ryan Garcia
Browse files
fix: Templating out podmonitor namespace var
parent
296f206a
Pipeline
#144050
passed with stages
in 4 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
chart/templates/monitoring/podmonitor.yaml
chart/templates/monitoring/podmonitor.yaml
+3
-3
No files found.
chart/templates/monitoring/podmonitor.yaml
View file @
913a5f93
...
...
@@ -3,7 +3,7 @@ apiVersion: monitoring.coreos.com/v1
kind
:
PodMonitor
metadata
:
name
:
gatekeeper
namespace
:
gatekeeper-system
namespace
:
{{
.Release.Namespace
}}
labels
:
monitoring
:
gatekeeper
release
:
gatekeeper-system-gatekeeper
...
...
@@ -13,8 +13,8 @@ spec:
app
:
gatekeeper
namespaceSelector
:
matchNames
:
-
gatekeeper-system
-
{{
.Release.Namespace
}}
podMetricsEndpoints
:
-
port
:
metrics
interval
:
10s
{{
- end
}}
\ No newline at end of file
{{
- end
}}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment