Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Dec 3, 2024
1 parent cd4c9f5 commit c07a9fe
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions charts/victoria-metrics-k8s-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ kind: Application
...
spec:
...
destination:
...
namespace: <k8s-stack-namespace>
...
syncPolicy:
syncOptions:
# https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#respect-ignore-difference-configs
Expand Down
4 changes: 4 additions & 0 deletions charts/victoria-metrics-k8s-stack/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ kind: Application
...
spec:
...
destination:
...
namespace: <k8s-stack-namespace>
...
syncPolicy:
syncOptions:
# https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#respect-ignore-difference-configs
Expand Down
6 changes: 5 additions & 1 deletion charts/victoria-metrics-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ kind: Application
...
spec:
...
destination:
...
namespace: <operator-namespace>
...
syncPolicy:
syncOptions:
# https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#respect-ignore-difference-configs
Expand All @@ -29,7 +33,7 @@ spec:
- group: ""
kind: Secret
name: <fullname>-validation
namespace: <operator-chart-namespace>
namespace: <operator-namespace>
jsonPointers:
- /data
- group: admissionregistration.k8s.io
Expand Down
6 changes: 5 additions & 1 deletion charts/victoria-metrics-operator/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ kind: Application
...
spec:
...
destination:
...
namespace: <operator-namespace>
...
syncPolicy:
syncOptions:
# https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#respect-ignore-difference-configs
Expand All @@ -29,7 +33,7 @@ spec:
- group: ""
kind: Secret
name: <fullname>-validation
namespace: <operator-chart-namespace>
namespace: <operator-namespace>
jsonPointers:
- /data
- group: admissionregistration.k8s.io
Expand Down

0 comments on commit c07a9fe

Please sign in to comment.