Replies: 1 comment 1 reply
-
The following works fine with the guestbook example app (although applied to a To ignore differences on first port: ignoreDifferences:
- group: apps
jsonPointers:
- /spec/template/spec/containers/0/ports/0
kind: Deployment To ignore differences on all ports: ignoreDifferences:
- group: apps
jsonPointers:
- /spec/template/spec/containers/0/ports
kind: Deployment |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys, I am having an issue with my Argo configuration, and after a long talk into Slack, another guy and I are thinking that maybe it is a bug. Follow the information below:
I am using the following spec:
However, I need to ignore the last line of this part of the spec in the Stateful
I tried the following ways to ignore this code snippet:
or this way:
or this way:
or:
or
or
And none seems to work, and I was wondering if this is a bug into Argo. Does any have any idea?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions