Skip to content

Commit 3d0ba2c

Browse files
committed
feat(tmcsecret): add new module for TMC Secrets
This module allows to manage Tanzu Mission Control Secrets, both for single Clusters or for ClusterGroups. It mimics the UI of TMC by also proposing to generate a SecretExport (or remove it) for a given secret.
1 parent ce1dd0c commit 3d0ba2c

File tree

6 files changed

+1107
-0
lines changed

6 files changed

+1107
-0
lines changed

.github/BOTMETA.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,8 @@ files:
13731373
maintainers: precurse
13741374
$modules/taiga_issue.py:
13751375
maintainers: lekum
1376+
$modules/tanzu_mission_control_secret.py:
1377+
maintainers: massix
13761378
$modules/telegram.py:
13771379
maintainers: tyouxa loms lomserman
13781380
$modules/terraform.py:

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,3 +516,9 @@ tests/integration/cloud-config-*.ini
516516

517517
# VSCode specific extensions
518518
.vscode/settings.json
519+
520+
521+
### nix specific stuff ###
522+
/.direnv
523+
.envrc
524+

0 commit comments

Comments
 (0)