-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add onos-o1t helm chart #121
Add onos-o1t helm chart #121
Conversation
onos-o1t/templates/deployment.yaml
Outdated
serviceAccountName: onos-o1t | ||
containers: | ||
- name: {{ .Chart.Name }} | ||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" |
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 should add the new template and values for setting the Docker registry here. Look at the onos-ric chart.
I think we actually need to bootstrap this chart and the e2t chart and all other terminations using |
Maybe we can get away with a |
Yeah @adibrastegarnia I think we should stick with a |
@kuujo |
onos-o1t/templates/_helpers.tpl
Outdated
{{/* | ||
onos-o1t image name | ||
*/}} | ||
{{- define "onos-o1t.image-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.
I'd suggest using imagename
rather than image-name
for consistency with the naming of other helpers and the helpers in other charts.
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.
Done
Add onos-o1t helm chart.