Skip to content

Commit

Permalink
more refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: kranurag7 <[email protected]>
  • Loading branch information
kranurag7 committed Jun 28, 2024
1 parent dbd1e0c commit b2553ca
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
sources:
- serviceAccountToken:
path: konnectivity-agent-token
audience: system:konnectivity-server
audience: system:konnectivity-agent
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: system:konnectivity-server
namespace: {{ .Release.Namespace }}
labels:
{{ include "konnectivity-agent.labels" . | indent 4 }}
{{ include "konnectivity-server.labels" . | indent 4 }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down

0 comments on commit b2553ca

Please sign in to comment.