Initial commit.
This commit is contained in:
14
apps/ghost/manifests/service-account.yaml
Normal file
14
apps/ghost/manifests/service-account.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# Source: ghost/templates/service-account.yaml
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: ghost
|
||||
namespace: "default"
|
||||
labels:
|
||||
app.kubernetes.io/instance: ghost
|
||||
app.kubernetes.io/managed-by: Sovereign
|
||||
app.kubernetes.io/name: ghost
|
||||
app.kubernetes.io/version: 5.118.1
|
||||
app.kubernetes.io/component: ghost
|
||||
automountServiceAccountToken: false
|
Reference in New Issue
Block a user