Skip to content

Commit 1100388

Browse files
committed
Refactor ignoreDifferences in victoria-metrics.yaml to remove unnecessary group specification for Secret
1 parent 026a0b3 commit 1100388

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infra/argo-apps/victoria-metrics.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ spec:
2727
# otherwise it ll silently override changes and cause a problem
2828
- RespectIgnoreDifferences=true
2929
ignoreDifferences:
30-
- group: ""
31-
kind: Secret
30+
- kind: Secret
3231
name: victoria-metrics-victoria-metrics-operator-validation
3332
namespace: victoria-metrics
3433
jsonPointers:

0 commit comments

Comments
 (0)