We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582999c commit ecfb07aCopy full SHA for ecfb07a
values/gitea/gitea.gotmpl
@@ -120,16 +120,6 @@ gitea:
120
enabled: true
121
additionalLabels:
122
prometheus: system
123
- oauth:
124
- - name: {{ $k.idp.alias }}
125
- provider: openidConnect
126
- key: {{ $k.idp.clientID }}
127
- secret: {{ $k.idp.clientSecret }}
128
- autoDiscoverUrl: {{ $v._derived.oidcWellKnownUrl }}
129
- # autoDiscoverUrlBackchannel: {{ $v._derived.oidcWellKnownUrlBackchannel }}
130
- autoDiscoverUrlBackchannel: {{ $v._derived.oidcWellKnownUrl }}
131
- adminGroup: team-admin
132
- groupClaimName: groups
133
134
init:
135
resources:
versions.yaml
@@ -1,4 +1,4 @@
1
api: main
2
console: main
3
-tasks: 3.0.0
+tasks: fc-fix-gitea-operator
4
tools: 1.6.4
0 commit comments