-
Notifications
You must be signed in to change notification settings - Fork 206
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
config-registry-cert config map is erased when tekton operator pod restarts #1429
Comments
Any idea ? |
cc @jkandasa This is "expected" behavior so far, as those configmap are managed by the operator. We probably need to add an option to configure this configmap from the operator 👼🏼 |
I just checked the code and sadly we do not have an option to ignore it in the current design 🙁 |
/kind bug |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
@jkandasa could we remove it entirely from they payload and let users create it on demand ? I wonder if pipeline fails or not if the configmap doesn't exists. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
@lucienbanholzer Now it is possible with additional field example: apiVersion: operator.tekton.dev/v1alpha1
kind: TektonConfig
metadata:
name: config
spec:
pipeline:
options:
disabled: false
configMaps:
config-registry-cert:
data:
# your data Can you please let me know, if something not clear? |
Dear team,
In order to be able to pull images from our private registry I need to declare custom SSL certificates in configmap config-registry-cert.
The issue is when tekton-operator pod restarts this configmap resource is deleted (and a fresh one without my certificates is created).
I don't find any solution in tekton operator config to make it persistent.
Do you have a solution for this ?
Thanks a lot for your help,
BR
The text was updated successfully, but these errors were encountered: