-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: appset image fields not respected #1611
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Anand Kumar Singh <[email protected]>
Signed-off-by: Anand Kumar Singh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nits.
name: example-argocd | ||
labels: | ||
example: basic | ||
spec: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a comment with what is expected here? Which image value will have high priority.
apiVersion: argoproj.io/v1alpha1 | ||
kind: ArgoCD | ||
metadata: | ||
name: example-argocd | ||
labels: | ||
example: basic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apiVersion: argoproj.io/v1alpha1 | |
kind: ArgoCD | |
metadata: | |
name: example-argocd | |
labels: | |
example: basic | |
apiVersion: argoproj.io/v1beta1 | |
kind: ArgoCD | |
metadata: | |
name: example-argocd |
Lets remove the label and use v1beta
api.
apiVersion: argoproj.io/v1alpha1 | ||
kind: ArgoCD | ||
metadata: | ||
name: example-argocd | ||
labels: | ||
example: basic | ||
spec: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apiVersion: argoproj.io/v1alpha1 | |
kind: ArgoCD | |
metadata: | |
name: example-argocd | |
labels: | |
example: basic | |
spec: | |
apiVersion: argoproj.io/v1beta1 | |
kind: ArgoCD | |
metadata: | |
name: example-argocd | |
spec: |
Same as previous.
What type of PR is this?
/kind chore
What does this PR do / why we need it:
This PR adds. Tests for bug appset image field not respected