Skip to content

Commit

Permalink
feat: copy secrets operator (#90)
Browse files Browse the repository at this point in the history
* feat: operator

* feat: copy secret to argo

* feat: modified and deleted secrets

* feat: added argocd and istio namespaces

* feat: added secret operator

* fix: operator ts to js

* fix: debug notes now correct namespace

* feat: delete old copy tasks

* fix: typo in tls type

---------

Co-authored-by: Matthew Elderhorst <matthew.elderhorst@redkubes.com>
  • Loading branch information
j-zimnowoda and ElderMatt authored Nov 7, 2023
1 parent 72a56ca commit c9257d3
Show file tree
Hide file tree
Showing 7 changed files with 586 additions and 270 deletions.
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": "0.2.0",
"configurations": [

{
"type": "node",
"request": "attach",
Expand Down Expand Up @@ -64,6 +65,16 @@
"NODE_EXTRA_CA_CERTS": "${workspaceFolder}/.env.ca"
}
},
{
"type": "node",
"request": "launch",
"name": "Debug operator",
"runtimeExecutable": "npm",
"runtimeArgs": ["run-script", "operator:secrets-dev"],
"cwd": "${workspaceRoot}",
"console": "integratedTerminal",
"envFile": "${workspaceFolder}/.env",
},
{
"type": "node",
"request": "launch",
Expand Down
Loading

0 comments on commit c9257d3

Please sign in to comment.