You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clustersecrets automates this. It keep track of any modification in your secret and it will also react to new namespaces.
62
58
59
+
If this is helpful, consider supporting the project :)
60
+
61
+
<ahref="https://buymeacoffee.com/4s0l9aymb"target="_blank"><imgsrc="https://buymeacoffee.com/assets/img/custom_images/yellow_img.png"alt="Buy Me A Coffee"style="height: 41px!important;width: 174px!important;box-shadow: 0px3px2px0pxrgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px3px2px0pxrgba(190, 190, 190, 0.5) !important;" ></a>
62
+
63
63
64
64
# installation
65
65
66
66
## Requirements
67
67
68
68
Current version `0.0.11` is tested for Kubernetes >= 1.19 up to 1.27.3
69
-
For older kubernetes (<1.19) use the image tag `0.0.6` in your helm values file.
69
+
For older Kubernetes (<1.19) use the image tag `0.0.6` in your helm values file.
70
70
71
71
architectures available (0.0.11):
72
72
@@ -99,7 +99,7 @@ create a ClusterSecret object yaml like the one above, or in the example in yaml
99
99
100
100
The ClusterSecret operator will pick it up and will create the secret in every matching namespace: match `matchNamespace` but not matching `avoidNamespaces` RegExp's.
101
101
102
-
You can specify multiple matching or non-matching RegExp. By default it will match all, same as defining matchNamespace = *
102
+
You can specify multiple matching or non-matching RegExp. By default, it will match all, the same as defining matchNamespace = *
103
103
104
104
## Get the clustersecrets
105
105
@@ -124,13 +124,13 @@ data:
124
124
125
125
## images
126
126
127
-
Images are build and push on tag ('git tag') with Github Actions. You can find them here:
127
+
Images are built and pushed on tag ('git tag') with GitHub Actions. You can find them here:
@@ -140,7 +140,7 @@ TO-DO: enable super linter -> DISABLE_ERRORS
140
140
141
141
# Support
142
142
143
-
If you need support, start with the troubleshooting guide: Run it in debug mode.
143
+
If you need help, you can start with the troubleshooting guide: Run it in debug mode.
144
144
You can open issues and we will try to address them.
145
145
146
146
That said, if you have questions, or just want to establish contact, reach out one way or another. [https://flag5.com](https://flag5.com) || nico at flag5.com
0 commit comments