-
Notifications
You must be signed in to change notification settings - Fork 26
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
fix: add helm release as a prefix #598
Conversation
Example error: spec.template.spec.hostAliases.ip: Invalid value: "": must be valid IP address
logger.info("Backing up hosts file to /etc/hosts.back ...") | ||
with open('/etc/hosts.back', 'a+') as f: | ||
logger.info("Backing up hosts file to /etc/gluu/hosts.back ...") | ||
with open('/etc/gluu/hosts.back', 'a+') as f: |
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 related to #577?
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.
Yes
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.
We can revert the changes on this file. I think the issue lies in our OCI images (they didn't specify path and permissions to hosts.back
file)
This reverts commit f2d9eed.
No description provided.