8000 Remove the property creationTimestamp from the yaml file of the CRDs by Mohammad-nassar10 · Pull Request #1688 · fybrik/fybrik · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove the property creationTimestamp from the yaml file of the CRDs #1688

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

Merged
merged 18 commits into from
Aug 15, 2022

Conversation

Mohammad-nassar10
Copy link
Contributor

No description provided.

Makefile Outdated
$(TOOLBIN)/controller-gen webhook paths=./manager/apis/... output:stdout | \
$(TOOLBIN)/yq eval '.metadata.annotations."cert-manager.io/inject-ca-from" |= "{{ .Release.Namespace }}/serving-cert"' - | \
$(TOOLBIN)/yq eval '.metadata.annotations."certmanager.k8s.io/inject-ca-from" |= "{{ .Release.Namespace }}/serving-cert"' - | \
$(TOOLBIN)/yq eval '(.metadata.name | select(. == "mutating-webhook-configuration")) = "{{ .Release.Namespace }}-mutating-webhook"' - | \
$(TOOLBIN)/yq eval '(.metadata.name | select(. == "validating-webhook-configuration")) = "{{ .Release.Namespace }}-validating-webhook"' - | \
$(TOOLBIN)/yq eval '(.webhooks.[].clientConfig.service.namespace) = "{{ .Release.Namespace }}"' - > charts/fybrik/files/webhook-configs.yaml
$(TOOLBIN)/yq eval -i 'del(.metadata.creationTimestamp)' charts/fybrik/files/webhook-configs.yaml
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can do it as a part of previous command.

Can we add kubeval as part of the manifest command ?

@roytman roytman force-pushed the manifest branch 2 times, most recently from d65325e to 24c94fb Compare August 14, 2022 18:45
Mohammad-nassar10 and others added 14 commits August 14, 2022 22:22
Signed-off-by: mohammad-nassar10 <mohammad.nassar@ibm.com>
Signed-off-by: mohammad-nassar10 <mohammad.nassar@ibm.com>
Signed-off-by: mohammad-nassar10 <mohammad.nassar@ibm.com>
Signed-off-by: mohammad-nassar10 <mohammad.nassar@ibm.com>
Signed-off-by: mohammad-nassar10 <mohammad.nassar@ibm.com>
Signed-off-by: mohammad-nassar10 <mohammad.nassar@ibm.com>
Signed-off-by: mohammad-nassar10 <mohammad.nassar@ibm.com>
Signed-off-by: mohammad-nassar10 <mohammad.nassar@ibm.com>
Signed-off-by: mohammad-nassar10 <mohammad.nassar@ibm.com>
Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
@roytman roytman force-pushed the manifest branch 2 times, most recently from 4fce2af to 2a6c939 Compare August 14, 2022 19:49
@Mohammad-nassar10 Mohammad-nassar10 deleted the manifest branch September 20, 2022 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0