Skip to content

Commit

Permalink
add empty args for safer patching in infra-deployments
Browse files Browse the repository at this point in the history
This way, we can just append args in infra-deployments if we want to add new ones, but conversely we will not replace any future args we add in pipeline-service
  • Loading branch information
gabemontero authored and Roming22 committed Nov 10, 2023
1 parent 8d6e231 commit 589d6e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
containers:
- name: pipeline-metrics-exporter
image: quay.io/redhat-appstudio/pipeline-service-exporter:placeholder
args: []
ports:
- containerPort: 9117
name: metrics
Expand Down

0 comments on commit 589d6e4

Please sign in to comment.