-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Combined KSPM jobs for Helm release
- Loading branch information
1 parent
8c0f0bb
commit 534dbdd
Showing
12 changed files
with
74 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{{- if (.Values.accuknox.secretName | empty) }} | ||
{{- if (.Values.global.accuknox.secretName | empty) }} | ||
# if user didn't specify a secretName, use the default | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: cis-k8s-job-auth-token | ||
namespace: {{ .Release.Namespace }} | ||
data: | ||
AUTH_TOKEN: {{ .Values.accuknox.authToken | b64enc }} | ||
AUTH_TOKEN: {{ .Values.global.accuknox.authToken | b64enc }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{{- if (.Values.accuknox.secretName | empty) }} | ||
{{- if (.Values.global.accuknox.secretName | empty) }} | ||
# if user didn't specify a secretName, use the default | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: k8s-risk-assessment-job-auth-token | ||
namespace: {{ .Release.Namespace }} | ||
data: | ||
AUTH_TOKEN: {{ .Values.accuknox.authToken | b64enc }} | ||
AUTH_TOKEN: {{ .Values.global.accuknox.authToken | b64enc }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{{- if (.Values.accuknox.secretName | empty) }} | ||
{{- if (.Values.global.accuknox.secretName | empty) }} | ||
# if user didn't specify a secretName, use the default | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: kiem-job-auth-token | ||
namespace: {{ .Release.Namespace }} | ||
data: | ||
AUTH_TOKEN: {{ .Values.accuknox.authToken | b64enc }} | ||
AUTH_TOKEN: {{ .Values.global.accuknox.authToken | b64enc }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters