-
Notifications
You must be signed in to change notification settings - Fork 3
chore: when a cluster event occurs, create config map instead of secret #280
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
Conversation
if labelValue, exists := cmObject.Labels["type"]; !exists || labelValue != informerBean.ClusterModifyEventSecretType {
return
}
# Conflicts: # common-lib/utils/k8s/K8sUtil.go # kubelink/go.mod # kubelink/go.sum # kubelink/vendor/github.com/devtron-labs/common-lib/utils/k8s/K8sUtil.go # kubelink/vendor/modules.txt # kubewatch/go.mod # kubewatch/go.sum # kubewatch/vendor/github.com/devtron-labs/common-lib/utils/k8s/K8sUtil.go # kubewatch/vendor/modules.txt
# Conflicts: # kubelink/go.mod # kubelink/go.sum # kubelink/vendor/modules.txt # kubewatch/go.mod # kubewatch/go.sum # kubewatch/vendor/modules.txt
|
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP 404).\n |
|
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP 404).\n |
1 similar comment
|
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP 404).\n |
|
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP 404).\n |
Contains changes in following:-
Fixes #https://github.com/devtron-labs/sprint-tasks/issues/2177