Skip to content

Commit

Permalink
Apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Feb 19, 2025
1 parent 1595e5a commit 26d4d51
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions charts/all-in-one/templates/seasonpass-api.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
{{- if $.Values.seasonpass.enabled }}
apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
eks.amazonaws.com/role-arn: {{ .Values.seasonpass.serviceAccount.roleArn }}
labels:
app.kubernetes.io/instance: {{ $.Release.Name }}
name: {{ $.Release.Name }}-seasonpass-iam-role
namespace: {{ $.Release.Name }}

---
{{- if and $.Values.seasonpass.enabled $.Values.seasonpass.api }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit 26d4d51

Please sign in to comment.