Skip to content

Commit

Permalink
revert rc2 usage of kubernetes client library
Browse files Browse the repository at this point in the history
  • Loading branch information
bryopsida committed Jun 30, 2023
1 parent 1e9080d commit c502223
Show file tree
Hide file tree
Showing 4 changed files with 769 additions and 975 deletions.
9 changes: 8 additions & 1 deletion helm/psa-restricted-patcher/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@ data:
},
"tls": {
"enabled": true
}
},
"addSeccompProfile": {{ .Values.addSeccompProfile }},
"seccompProfile": "{{ .Values.seccompProfile }}",
"namespaces": {{ .Values.namespaces | toJson }},
"defaultGid": {{ .Values.defaultGid }},
"defaultUid": {{ .Values.defaultUid }},
"defaultFsGroup": {{ .Values.defaultFsGroup }},
"passthrough": {{ .Values.passthroughPatterns | toJson }}
}
Loading

0 comments on commit c502223

Please sign in to comment.