-
Notifications
You must be signed in to change notification settings - Fork 3
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
ASTRACTL-33839 #358
ASTRACTL-33839 #358
Conversation
if [ -z "$_EXISTING_TRIDENT_OPERATOR_PULL_SECRETS" ]; then | ||
patch_list+=',{"op":"replace","path":"/spec/template/spec/imagePullSecrets","value":['"$secret_obj"']}' |
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.
This is just for consistency. We don't have this $secret_obj variable in step_generate_torc_patch(), so I'd rather we do the same thing in both places. This came up with I was solving a merge conflict, otherwise I would not have even thought to touch this.
Co-authored-by: Alice Paquette <[email protected]>
Co-authored-by: Alice Paquette <[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.
👌
* ASTRACTL-32772: fix namespace/pull secret bug when prompts disabled * ASTRACTL-32772: fix kubectl apply not detecting errors if output after a warning * ASTRACTL-32772: cleanup
Minimum allowed line rate is |
This covers the following scenarios:
Both of these cases are assuming that the our ACS registry (cr.astra.netapp.io) is being used. If not, it is up to the script user to handle their own secrets.
Also there are some other miscellaneous fixes that were already existing here #337 and that I needed for my changes to work right.