Kubernetes Operator that creates Service Endpoints from Secrets
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add service to cluster role

+6 -2
+2 -2
charts/secret-service-operator/Chart.yaml
··· 16 16 # This is the chart version. This version number should be incremented each time you make changes 17 17 # to the chart and its templates, including the app version. 18 18 # Versions are expected to follow Semantic Versioning (https://semver.org/) 19 - version: 0.1.5 19 + version: 0.1.6 20 20 21 21 # This is the version number of the application being deployed. This version number should be 22 22 # incremented each time you make changes to the application. Versions are not expected to 23 23 # follow Semantic Versioning. They should reflect the version the application is using. 24 24 # It is recommended to use it with quotes. 25 - appVersion: "0.1.5" 25 + appVersion: "0.1.6" 26 26 27 27 maintainers: 28 28 - name: evanjarrett
+4
charts/secret-service-operator/templates/role.yaml
··· 10 10 - "" 11 11 resources: 12 12 - secrets 13 + - services 13 14 verbs: 14 15 - create 15 16 - delete ··· 22 23 - "" 23 24 resources: 24 25 - secrets/status 26 + - services/status 25 27 verbs: 26 28 - get 29 + - patch 30 + - update 27 31 - apiGroups: 28 32 - apps.j5t.io 29 33 resources: