-
Notifications
You must be signed in to change notification settings - Fork 24
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
Remote secret decomission #110
Conversation
Signed-off-by: Max Shaposhnyk <[email protected]>
Skipping CI for Draft Pull Request. |
Signed-off-by: Max Shaposhnyk <[email protected]>
Signed-off-by: Max Shaposhnyk <[email protected]>
Signed-off-by: Max Shaposhnyk <[email protected]>
Signed-off-by: Max Shaposhnyk <[email protected]>
Signed-off-by: Max Shaposhnyk <[email protected]>
|
Signed-off-by: Max Shaposhnyk <[email protected]>
/retest |
@@ -43,7 +42,7 @@ import ( | |||
) | |||
|
|||
const ( | |||
InternalRemoteSecretLabelName = "appstudio.redhat.com/internal" | |||
InternalSecretLabelName = "appstudio.redhat.com/internal" |
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.
Is this annotation still used by UI?
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.
Not sure about UI, but in my opinion it is useful to left any mark that secret created internally by some routine,
so user is aware it may be modified/removed without his consent
Signed-off-by: Max Shaposhnyk <[email protected]>
/retest |
looks good to me |
Signed-off-by: Max Shaposhnyk <[email protected]>
Signed-off-by: Max Shaposhnyk <[email protected]>
New changes are detected. LGTM label has been removed. |
@mmorhun: The specified target(s) for
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This PR:
Related to :