Skip to content

Commit

Permalink
test: update unit tests snapshots for cacert configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-snyk committed Apr 2, 2024
1 parent 33bbc55 commit 7e1b60d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ cacertfile:
value: info
- name: LOG_ENABLE_BODY
value: "false"
- name: CA_CERT
value: /home/node/cacert/cacert
- name: NODE_EXTRA_CA_CERTS
value: /home/node/cacert/cacert
- name: ACCEPT_CODE
value: "true"
- name: ACCEPT_IAC
Expand Down Expand Up @@ -274,10 +278,16 @@ cacertfile:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
volumeMounts: null
volumeMounts:
- mountPath: /home/node/cacert
name: RELEASE-NAME-snyk-broker-cacert-volume
readOnly: true
securityContext: {}
serviceAccountName: snyk-broker
volumes: null
volumes:
- configMap:
name: RELEASE-NAME-snyk-broker-cacert-configmap
name: RELEASE-NAME-snyk-broker-cacert-volume
2: |
apiVersion: v1
kind: Service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ cacertfile:
value: info
- name: LOG_ENABLE_BODY
value: "false"
- name: CA_CERT
value: /home/node/cacert/cacert
- name: NODE_EXTRA_CA_CERTS
value: /home/node/cacert/cacert
- name: ACCEPT_CODE
value: "true"
- name: ACCEPT_IAC
Expand Down Expand Up @@ -274,10 +278,16 @@ cacertfile:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
volumeMounts: null
volumeMounts:
- mountPath: /home/node/cacert
name: RELEASE-NAME-snyk-broker-cacert-volume
readOnly: true
securityContext: {}
serviceAccountName: snyk-broker-RELEASE-NAME
volumes: null
volumes:
- configMap:
name: RELEASE-NAME-snyk-broker-cacert-configmap-RELEASE-NAME
name: RELEASE-NAME-snyk-broker-cacert-volume
2: |
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 7e1b60d

Please sign in to comment.