-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[kots]: collect the user config in support bundles
This is redacted to ensure that sensitive data is not included in the support bundles
- Loading branch information
Simon Emms
committed
Aug 6, 2022
1 parent
06a686a
commit 03f3d96
Showing
2 changed files
with
39 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Copyright (c) 2022 Gitpod GmbH. All rights reserved. | ||
# Licensed under the MIT License. See License-MIT.txt in the project root for license information. | ||
|
||
apiVersion: troubleshoot.sh/v1beta2 | ||
kind: Redactor | ||
metadata: | ||
name: gitpod | ||
spec: | ||
redactors: | ||
- name: kots-config | ||
fileSelector: | ||
file: kots-config/*/*/* | ||
removals: | ||
yamlPath: | ||
- "spec.values.reg_incluster_storage_s3_secretkey" | ||
- "spec.values.reg_password" | ||
- "spec.values.db_encryption_keys" | ||
- "spec.values.db_gcp_credentials" | ||
- "spec.values.db_password" | ||
- "spec.values.store_azure_access_key" | ||
- "spec.values.store_gcp_credentials" | ||
- "spec.values.store_s3_secret_access_key" | ||
- "spec.values.tls_ca_crt" | ||
- "spec.values.tls_crt" | ||
- "spec.values.tls_key" |
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