Skip to content

Commit

Permalink
remove readinessprobe again and fix formatting for yamllint
Browse files Browse the repository at this point in the history
Signed-off-by: juliusvonkohout <[email protected]>
  • Loading branch information
juliusvonkohout committed Nov 18, 2024
1 parent 99679df commit f175ef7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions common/dex/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
replicas: 1
selector:
matchLabels:
app: dex
app: dex
template:
metadata:
labels:
Expand All @@ -26,20 +26,20 @@ spec:
- name: config
mountPath: /etc/dex/cfg
envFrom:
- secretRef:
name: dex-oidc-client
- secretRef:
name: dex-passwords
- secretRef:
name: dex-oidc-client
- secretRef:
name: dex-passwords
env:
- name: KUBERNETES_POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
readinessProbe:
httpGet:
path: /healthz
port: 5556
scheme: HTTPS
- name: KUBERNETES_POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
#readinessProbe:

Check warning on line 38 in common/dex/base/deployment.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

38:10 [comments] missing starting space in comment

Check warning on line 38 in common/dex/base/deployment.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

38:9 [comments-indentation] comment not indented like content
# httpGet:
# path: /healthz
# port: 5556
# scheme: HTTPS
volumes:
- name: config
configMap:
Expand Down

0 comments on commit f175ef7

Please sign in to comment.