Commit 7d923cb8 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

added rnis as sandbox service

parent 7a6548f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+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
@@ -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