Skip to content

Commit

Permalink
update argo cd documentation (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rchanger committed May 6, 2021
1 parent 320b191 commit ba7a76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/integrations/argocd-integration.md
Expand Up @@ -29,7 +29,7 @@ spec:
securityContext:
seccompProfile:
type: RuntimeDefault
Volumes:
volumes:
#add a configmap for the slack notification scripts
- name: notification-scripts
configMap:
Expand Down Expand Up @@ -68,7 +68,6 @@ spec:
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 101
livenessProbe:
Expand Down
3 changes: 1 addition & 2 deletions integrations/argocd/examples/presynchook.yml
Expand Up @@ -12,7 +12,7 @@ spec:
seccompProfile:
type: RuntimeDefault
# if you want to add slack notification script add one more volume here
Volumes:
volumes:
- name: notification-scripts
configMap:
name: slack-notifications
Expand Down Expand Up @@ -50,7 +50,6 @@ spec:
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 101
livenessProbe:
Expand Down

0 comments on commit ba7a76a

Please sign in to comment.