Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cr-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: example-phase-secret
namespace: default
spec:
phaseAppEnv: "dev" # OPTIONAL - The Phase application environment to fetch secrets from
phaseAppEnv: "prod" # OPTIONAL - The Phase application environment to fetch secrets from
phaseHost: "https://console.phase.dev" # OPTIONAL - URL of a Phase Console instance
authentication:
serviceToken:
Expand Down
6 changes: 3 additions & 3 deletions helm-repo/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ entries:
phase-kubernetes-operator:
- apiVersion: v2
appVersion: 0.1.0
created: "2023-11-17T13:37:17.319489737+05:30"
created: "2023-11-17T15:52:25.181561512+05:30"
description: A Helm chart for deploying the Phase Kubernetes Operator
digest: b52696267af72b43a41c62ae801b1e507d37b40ee6ec14cafd03a0fc3f407d9a
digest: 328817cd8ad048f8b445e9eccfcf0fe88094ef2772471310a3473cd62ef62836
home: https://github.com/phasehq/kubernetes-secrets-operator
keywords:
- phase
Expand All @@ -22,4 +22,4 @@ entries:
urls:
- https://helm.phase.dev/phase-kubernetes-operator-0.1.0.tgz
version: 0.1.0
generated: "2023-11-17T13:37:17.319169201+05:30"
generated: "2023-11-17T15:52:25.18108025+05:30"
Binary file modified helm-repo/phase-kubernetes-operator-0.1.0.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions phase-kubernetes-operator/templates/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
labels:
app: {{ include "phase-kubernetes-operator.fullname" . }}
spec:
serviceAccountName: {{ .Values.serviceAccount.name }}
securityContext:
runAsNonRoot: {{ .Values.securityContext.runAsNonRoot }}
runAsUser: {{ .Values.securityContext.runAsUser }}
Expand Down
8 changes: 8 additions & 0 deletions phase-kubernetes-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{{- if .Values.serviceAccount.create }}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ .Values.serviceAccount.name }}
namespace: {{ .Release.Namespace }}
{{- end }}
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
Expand Down
8 changes: 0 additions & 8 deletions service-token.yml

This file was deleted.