Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Aug 9, 2023
1 parent 9278896 commit 77913bd
Show file tree
Hide file tree
Showing 10 changed files with 91 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deployment/eks/flyte_aws_scheduler_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ metadata:
name: flyte-pod-webhook
namespace: flyte
---
# Source: flyte-core/charts/flyteagent/templates/agent/secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: flyteagent
namespace: flyte
type: Opaque
data:
username: User
---
# Source: flyte-core/templates/admin/secret.yaml
apiVersion: v1
kind: Secret
Expand Down
10 changes: 10 additions & 0 deletions deployment/eks/flyte_helm_controlplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ metadata:
helm.sh/chart: flyte-core-v0.1.10
app.kubernetes.io/managed-by: Helm
---
# Source: flyte-core/charts/flyteagent/templates/agent/secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: flyteagent
namespace: flyte
type: Opaque
data:
username: User
---
# Source: flyte-core/templates/admin/secret.yaml
apiVersion: v1
kind: Secret
Expand Down
10 changes: 10 additions & 0 deletions deployment/eks/flyte_helm_dataplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ metadata:
name: flyte-pod-webhook
namespace: flyte
---
# Source: flyte-core/charts/flyteagent/templates/agent/secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: flyteagent
namespace: flyte
type: Opaque
data:
username: User
---
# Source: flyte-core/templates/common/secret-auth.yaml
apiVersion: v1
kind: Secret
Expand Down
10 changes: 10 additions & 0 deletions deployment/eks/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ metadata:
name: flyte-pod-webhook
namespace: flyte
---
# Source: flyte-core/charts/flyteagent/templates/agent/secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: flyteagent
namespace: flyte
type: Opaque
data:
username: User
---
# Source: flyte-core/templates/admin/secret.yaml
apiVersion: v1
kind: Secret
Expand Down
10 changes: 10 additions & 0 deletions deployment/gcp/flyte_helm_controlplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ metadata:
helm.sh/chart: flyte-core-v0.1.10
app.kubernetes.io/managed-by: Helm
---
# Source: flyte-core/charts/flyteagent/templates/agent/secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: flyteagent
namespace: flyte
type: Opaque
data:
username: User
---
# Source: flyte-core/templates/admin/secret.yaml
apiVersion: v1
kind: Secret
Expand Down
10 changes: 10 additions & 0 deletions deployment/gcp/flyte_helm_dataplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ metadata:
name: flyte-pod-webhook
namespace: flyte
---
# Source: flyte-core/charts/flyteagent/templates/agent/secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: flyteagent
namespace: flyte
type: Opaque
data:
username: User
---
# Source: flyte-core/templates/common/secret-auth.yaml
apiVersion: v1
kind: Secret
Expand Down
10 changes: 10 additions & 0 deletions deployment/gcp/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ metadata:
name: flyte-pod-webhook
namespace: flyte
---
# Source: flyte-core/charts/flyteagent/templates/agent/secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: flyteagent
namespace: flyte
type: Opaque
data:
username: User
---
# Source: flyte-core/templates/admin/secret.yaml
apiVersion: v1
kind: Secret
Expand Down
10 changes: 10 additions & 0 deletions deployment/sandbox-binary/flyte_sandbox_binary_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ metadata:
app.kubernetes.io/managed-by: Helm
annotations:
---
# Source: flyte-binary/charts/flyteagent/templates/agent/secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: flyteagent
namespace: flyte
type: Opaque
data:
username: User
---
# Source: flyte-binary/templates/config-secret.yaml
apiVersion: v1
kind: Secret
Expand Down
10 changes: 10 additions & 0 deletions deployment/sandbox/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ metadata:
app.kubernetes.io/managed-by: Helm
name: flyte-kubernetes-dashboard
---
# Source: flyte/charts/flyte/charts/flyteagent/templates/agent/secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: flyteagent
namespace: flyte
type: Opaque
data:
username: User
---
# Source: flyte/charts/flyte/templates/admin/secret.yaml
apiVersion: v1
kind: Secret
Expand Down
1 change: 1 addition & 0 deletions script/generate_helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ HELM_CAPABILITIES="-a rbac.authorization.k8s.io/v1 -a networking.k8s.io/v1/Ingre
helm dep update ${DIR}/../charts/flyte/
helm dep update ${DIR}/../charts/flyte-deps/
helm dep update ${DIR}/../charts/flyte-core/
helm dep update ${DIR}/../charts/flyte-binary/

helm template flyte -n flyte ${DIR}/../charts/flyte/ -f ${DIR}/../charts/flyte/values.yaml ${HELM_CAPABILITIES} --debug > ${DIR}/../deployment/sandbox/flyte_helm_generated.yaml

Expand Down

0 comments on commit 77913bd

Please sign in to comment.