Skip to content

Commit

Permalink
Merge branch 'main' into feature/blog-template
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lkan committed Sep 1, 2023
2 parents 0f68867 + 3d3f934 commit 1a88042
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/_pages/0005-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: VSecM Blog
layout: blog-home
prev_url: /docs/security/
permalink: /docs/blog/
next_url: /docs/changelog/
next_url: /docs/navigation/
---

<p class="github-button"
Expand Down
2 changes: 1 addition & 1 deletion docs/_pages/0020-preface.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

title: Preface
layout: post
prev_url: /docs/roadmap/
prev_url: /docs/blog/
permalink: /docs/navigation/
next_url: /docs/about/
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

title: Changelog
layout: post
prev_url: /docs/blog/
prev_url: /
permalink: /docs/changelog/
next_url: /docs/releases/
---
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: Roadmap
layout: post
prev_url: /docs/releases/
permalink: /docs/roadmap/
next_url: /docs/navigation/
next_url: /
---

<p class="github-button"
Expand Down
2 changes: 1 addition & 1 deletion docs/_pages/0990-privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

title: Privacy Policy
layout: post
prev_url: /docs/release-management/
prev_url: /docs/governance/
permalink: /docs/privacy/
next_url: /
---
Expand Down
9 changes: 9 additions & 0 deletions helm-charts/0.21.0/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ home: https://vsecm.com/
# icon:
keywords:
- secrets
- kubernetes
- secrets-manager
- spire
- spiffe
- zero-trust
- cloud-native
- edge
- secret-management
- security

dependencies:
- name: spire
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/0.21.0/charts/safe/templates/identity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ spec:
app.kubernetes.io/name: {{ include "safe.fullname" . }}
app.kubernetes.io/part-of: {{ .Values.global.vsecm.namespace }}
workloadSelectorTemplates:
- "k8s:ns:{{`{{ .PodMeta.Namespace }}`}}"
- "k8s:sa:{{`{{ .PodSpec.ServiceAccountName }}`}}"
- "k8s:ns:{{ .Values.global.vsecm.namespace }}"
- "k8s:sa:{{ include "safe.serviceAccountName" . }}"
2 changes: 1 addition & 1 deletion helm-charts/0.21.0/charts/safe/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ serviceAccount:
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
name: "vsecm-safe"

podAnnotations: {}

Expand Down
2 changes: 1 addition & 1 deletion helm-charts/0.21.0/charts/sentinel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serviceAccount:
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
name: "vsecm-sentinel"

podAnnotations: {}

Expand Down

0 comments on commit 1a88042

Please sign in to comment.