Automated Manifest Update #2306
@@ -149,7 +149,7 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: "argocd-redis"
|
name: "argocd-redis"
|
||||||
key: auth
|
key: auth
|
||||||
optional: false
|
optional: true
|
||||||
- name: REDIS_SENTINEL_USERNAME
|
- name: REDIS_SENTINEL_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: "argocd-redis"
|
name: "argocd-redis"
|
||||||
key: auth
|
key: auth
|
||||||
optional: false
|
optional: true
|
||||||
- name: REDIS_SENTINEL_USERNAME
|
- name: REDIS_SENTINEL_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
@@ -1,61 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: batch/v1
|
|
||||||
kind: Job
|
|
||||||
metadata:
|
|
||||||
name: argocd-redis-secret-init
|
|
||||||
namespace: "argocd"
|
|
||||||
annotations:
|
|
||||||
"helm.sh/hook": pre-install,pre-upgrade
|
|
||||||
"helm.sh/hook-delete-policy": before-hook-creation
|
|
||||||
labels:
|
|
||||||
helm.sh/chart: argo-cd-9.1.6
|
|
||||||
app.kubernetes.io/name: argocd-redis-secret-init
|
|
||||||
app.kubernetes.io/instance: argocd
|
|
||||||
app.kubernetes.io/component: redis-secret-init
|
|
||||||
app.kubernetes.io/managed-by: Helm
|
|
||||||
app.kubernetes.io/part-of: argocd
|
|
||||||
app.kubernetes.io/version: "v3.2.1"
|
|
||||||
spec:
|
|
||||||
ttlSecondsAfterFinished: 60
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
helm.sh/chart: argo-cd-9.1.6
|
|
||||||
app.kubernetes.io/name: argocd-redis-secret-init
|
|
||||||
app.kubernetes.io/instance: argocd
|
|
||||||
app.kubernetes.io/component: redis-secret-init
|
|
||||||
app.kubernetes.io/managed-by: Helm
|
|
||||||
app.kubernetes.io/part-of: argocd
|
|
||||||
app.kubernetes.io/version: "v3.2.1"
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- command:
|
|
||||||
- argocd
|
|
||||||
- admin
|
|
||||||
- redis-initial-password
|
|
||||||
image: quay.io/argoproj/argocd:v3.2.1
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
name: secret-init
|
|
||||||
resources: {}
|
|
||||||
securityContext:
|
|
||||||
allowPrivilegeEscalation: false
|
|
||||||
capabilities:
|
|
||||||
drop:
|
|
||||||
- ALL
|
|
||||||
readOnlyRootFilesystem: true
|
|
||||||
runAsNonRoot: true
|
|
||||||
seccompProfile:
|
|
||||||
type: RuntimeDefault
|
|
||||||
restartPolicy: OnFailure
|
|
||||||
affinity:
|
|
||||||
podAntiAffinity:
|
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
|
||||||
- weight: 100
|
|
||||||
podAffinityTerm:
|
|
||||||
labelSelector:
|
|
||||||
matchLabels:
|
|
||||||
app.kubernetes.io/name: argocd-redis-secret-init
|
|
||||||
topologyKey: kubernetes.io/hostname
|
|
||||||
nodeSelector:
|
|
||||||
kubernetes.io/os: linux
|
|
||||||
serviceAccountName: argocd-redis-secret-init
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: Role
|
|
||||||
metadata:
|
|
||||||
annotations:
|
|
||||||
"helm.sh/hook": pre-install,pre-upgrade
|
|
||||||
"helm.sh/hook-delete-policy": before-hook-creation
|
|
||||||
labels:
|
|
||||||
helm.sh/chart: argo-cd-9.1.6
|
|
||||||
app.kubernetes.io/name: argocd-redis-secret-init
|
|
||||||
app.kubernetes.io/instance: argocd
|
|
||||||
app.kubernetes.io/component: redis-secret-init
|
|
||||||
app.kubernetes.io/managed-by: Helm
|
|
||||||
app.kubernetes.io/part-of: argocd
|
|
||||||
app.kubernetes.io/version: "v3.2.1"
|
|
||||||
name: argocd-redis-secret-init
|
|
||||||
namespace: "argocd"
|
|
||||||
rules:
|
|
||||||
- apiGroups:
|
|
||||||
- ""
|
|
||||||
resources:
|
|
||||||
- secrets
|
|
||||||
resourceNames:
|
|
||||||
- argocd-redis
|
|
||||||
verbs:
|
|
||||||
- get
|
|
||||||
- apiGroups:
|
|
||||||
- ""
|
|
||||||
resources:
|
|
||||||
- secrets
|
|
||||||
verbs:
|
|
||||||
- create
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: RoleBinding
|
|
||||||
metadata:
|
|
||||||
annotations:
|
|
||||||
"helm.sh/hook": pre-install,pre-upgrade
|
|
||||||
"helm.sh/hook-delete-policy": before-hook-creation
|
|
||||||
labels:
|
|
||||||
helm.sh/chart: argo-cd-9.1.6
|
|
||||||
app.kubernetes.io/name: argocd-redis-secret-init
|
|
||||||
app.kubernetes.io/instance: argocd
|
|
||||||
app.kubernetes.io/component: redis-secret-init
|
|
||||||
app.kubernetes.io/managed-by: Helm
|
|
||||||
app.kubernetes.io/part-of: argocd
|
|
||||||
app.kubernetes.io/version: "v3.2.1"
|
|
||||||
name: argocd-redis-secret-init
|
|
||||||
namespace: "argocd"
|
|
||||||
roleRef:
|
|
||||||
apiGroup: rbac.authorization.k8s.io
|
|
||||||
kind: Role
|
|
||||||
name: argocd-redis-secret-init
|
|
||||||
subjects:
|
|
||||||
- kind: ServiceAccount
|
|
||||||
name: argocd-redis-secret-init
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ServiceAccount
|
|
||||||
automountServiceAccountToken: true
|
|
||||||
metadata:
|
|
||||||
name: argocd-redis-secret-init
|
|
||||||
namespace: "argocd"
|
|
||||||
annotations:
|
|
||||||
"helm.sh/hook": pre-install,pre-upgrade
|
|
||||||
"helm.sh/hook-delete-policy": before-hook-creation
|
|
||||||
labels:
|
|
||||||
helm.sh/chart: argo-cd-9.1.6
|
|
||||||
app.kubernetes.io/name: argocd-redis-secret-init
|
|
||||||
app.kubernetes.io/instance: argocd
|
|
||||||
app.kubernetes.io/component: redis-secret-init
|
|
||||||
app.kubernetes.io/managed-by: Helm
|
|
||||||
app.kubernetes.io/part-of: argocd
|
|
||||||
app.kubernetes.io/version: "v3.2.1"
|
|
||||||
@@ -216,7 +216,7 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: "argocd-redis"
|
name: "argocd-redis"
|
||||||
key: auth
|
key: auth
|
||||||
optional: false
|
optional: true
|
||||||
- name: REDIS_SENTINEL_USERNAME
|
- name: REDIS_SENTINEL_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user