-
Notifications
You must be signed in to change notification settings - Fork 6
CR-18274-fix-ap-restart #34
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
DEPLOYMENT_NAME: | ||
valueFrom: | ||
fieldRef: | ||
fieldPath: metadata.name |
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 would give you the pod name, not the deployment name. I'm not sure how you'd get the deployment name
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.
oh, right. thanks for noticing. 🤦🏻
i'll think of some other way to get it to work
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.
@noam-codefresh You can use this {{ include "cap-app-proxy.fullname" . }}
This template is what defines the deployment name in the first place.
No description provided.