Skip to content

Commit e620e46

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 e620e46

File tree

5 files changed

+1149
-0
lines changed

5 files changed

+1149
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
### dotenv ###
99
.env
1010

11+
### nix specific stuff ###
12+
/.direnv
13+
.envrc
14+
1115
### Emacs ###
1216
# -*- mode: gitignore; -*-
1317
*~

0 commit comments

Comments
 (0)