File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 3030 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3131 VALIDATE_PYTHON : true
3232 LINTER_RULES_PATH : " .github/workflows/linters"
33+ DISABLE_ERRORS : true # to-do make this FALSE!!
3334
3435
3536
Original file line number Diff line number Diff line change @@ -141,22 +141,10 @@ Alternative architecrues:
141141
142142# Roadmap:
143143
144- # # Tag 0.0.9:
145-
146- - [x] Fix # 59
147- - [x] implement `source` to specify a source secret to sync instead of `data` field. (https://github.com/zakkg3/ClusterSecret/issues/3)
148- - [x] Fix bug # 48
144+ TO-DO : enable super linter -> DISABLE_ERRORS
149145
150146
151- # # Tag 0.1.0 :
152- - [ ] update base-image to latest
153- - [ ] update kopf package to latest
154- - [ ] react to changes on source secret. # 36
155- - [ ] add source from Externalsecrets or other providers.
156147
157-
158- * * *
159-
160148# Support
161149
162150 If you need support, start with the troubleshooting guide : Run it in debug mode.
You can’t perform that action at this time.
0 commit comments