Loading .meepctl-repocfg.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ repo: meep-rnis: src: go-apps/meep-rnis bin: bin/meep-rnis chart: charts/meep-rnis chart: charts/sandbox/meep-rnis build-flags: - -mod=vendor codecov: false Loading charts/meep-rnis/.helmignore→charts/sandbox/meep-rnis/.helmignore +0 −0 File moved. View file charts/meep-rnis/Chart.yaml→charts/sandbox/meep-rnis/Chart.yaml +0 −0 File moved. View file charts/meep-rnis/templates/_helpers.tpl→charts/sandbox/meep-rnis/templates/_helpers.tpl +0 −0 File moved. View file charts/meep-rnis/templates/clusterrolebinding.yaml→charts/sandbox/meep-rnis/templates/clusterrolebinding.yaml +3 −2 Original line number Diff line number Diff line apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: "{{ .Values.serviceAccount }}-{{ .Values.namespace }}" name: "{{ .Release.Namespace }}:{{ .Values.serviceAccount }}" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole Loading @@ -9,4 +9,5 @@ roleRef: subjects: - kind: ServiceAccount name: {{ .Values.serviceAccount }} namespace: {{ .Values.namespace }} No newline at end of file namespace: {{ .Release.Namespace }} No newline at end of file Loading
.meepctl-repocfg.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ repo: meep-rnis: src: go-apps/meep-rnis bin: bin/meep-rnis chart: charts/meep-rnis chart: charts/sandbox/meep-rnis build-flags: - -mod=vendor codecov: false Loading
charts/meep-rnis/templates/_helpers.tpl→charts/sandbox/meep-rnis/templates/_helpers.tpl +0 −0 File moved. View file
charts/meep-rnis/templates/clusterrolebinding.yaml→charts/sandbox/meep-rnis/templates/clusterrolebinding.yaml +3 −2 Original line number Diff line number Diff line apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: "{{ .Values.serviceAccount }}-{{ .Values.namespace }}" name: "{{ .Release.Namespace }}:{{ .Values.serviceAccount }}" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole Loading @@ -9,4 +9,5 @@ roleRef: subjects: - kind: ServiceAccount name: {{ .Values.serviceAccount }} namespace: {{ .Values.namespace }} No newline at end of file namespace: {{ .Release.Namespace }} No newline at end of file