fix(helm): service account apiVersion indent (#17920)

This commit is contained in:
wiktor2200 2022-01-04 18:45:53 +01:00 committed by GitHub
parent e0bd9379c8
commit 48d5dc12fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ maintainers:
- name: craig-rueda
email: craig@craigrueda.com
url: https://github.com/craig-rueda
version: 0.5.2
version: 0.5.3
dependencies:
- name: postgresql
version: 10.2.0

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
{{- if .Values.serviceAccount.create -}}
{{- if .Values.serviceAccount.create }}
apiVersion: v1
kind: ServiceAccount
metadata: