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
if: ${{ inputs.publish && inputs.release && github.repository_owner == 'kube-logging' }} # Check if the workflow is called by the same GitHub organization
if: ${{ inputs.publish && inputs.release && github.repository_owner == 'kube-logging' }} # Check if the workflow is called by the same GitHub organization
forfin config/crd/bases/*.yaml;do sed '/controller-gen.kubebuilder.io\/version/ r hack/crds.annotations.snippet.txt'$${f} > charts/logging-operator/charts/crds/templates/$${f##*/}; done
152
+
forfin config/crd/bases/*.yaml;do sed '/controller-gen.kubebuilder.io\/version/ r hack/crds.annotations.snippet.txt'$${f} > charts/logging-operator/charts/logging-operator-crds/templates/$${f##*/}; done
153
153
echo"{{- if .Values.rbac.enabled }}"> ./charts/logging-operator/templates/clusterrole.yaml
154
154
cat config/rbac/role.yaml | sed -e 's@manager-role@{{ template "logging-operator.fullname" . }}@'| sed -e '/creationTimestamp/d'| cat >> ./charts/logging-operator/templates/clusterrole.yaml
155
155
echo"{{- end }}">> ./charts/logging-operator/templates/clusterrole.yaml
| createCustomResource | bool |`false`| Deploy CRDs used by Logging Operator. |
51
-
| crds.install | bool |`false`| Toggle to install and upgrade CRDs from a subchart. Make sure to use it with `--skip-crds` to avoid conflicts. [More info about limitations on CRDs in Helm 3](https://helm.sh/docs/topics/charts/#limitations-on-crds)|
52
-
| crds.annotations | object |`{}`| Annotations to be added to all CRDs |
51
+
|logging-operator-crds.install | bool |`false`| Toggle to install and upgrade CRDs from a subchart. Make sure to use it with `--skip-crds` to avoid conflicts. [More info about limitations on CRDs in Helm 3](https://helm.sh/docs/topics/charts/#limitations-on-crds)|
52
+
|logging-operator-crds.annotations | object |`{}`| Annotations to be added to all CRDs |
53
53
| http.port | int |`8080`| HTTP listen port number. |
54
54
| http.service | object |`{"annotations":{},"clusterIP":"None","labels":{},"type":"ClusterIP"}`| Service definition for query http service. |
55
55
| rbac.enabled | bool |`true`| Create rbac service account and roles. |
0 commit comments