This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Parameter overrides for Prometheus chart | |
# | |
prometheus: | |
kubeStateMetrics: | |
enabled: false | |
nameOverride: prometheus | |
serviceAccounts: | |
server: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: v2 | |
name: monitoring | |
description: A Helm chart for deploying Prometheus and Grafana | |
type: application | |
version: 2.0.5 | |
appVersion: "2.0" | |
dependencies: | |
- name: prometheus | |
version: 14.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: argoproj.io/v1alpha1 | |
kind: Application | |
metadata: | |
name: workload-apps | |
namespace: argocd | |
finalizers: | |
- resources-finalizer.argocd.argoproj.io | |
spec: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: argoproj.io/v1alpha1 | |
kind: Application | |
metadata: | |
name: monitoring | |
namespace: argocd | |
finalizers: | |
- resources-finalizer.argocd.argoproj.io | |
spec: | |
project: applications-project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v2 | |
name: argocd-workload-app | |
description: A Helm chart based on the App of Apps pattern to bootstrap a cluster with ArgoCD | |
type: application | |
version: 1.1.3 | |
appVersion: 1.0.0 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: argoproj.io/v1alpha1 | |
kind: AppProject | |
metadata: | |
name: applications-project | |
namespace: argocd | |
finalizers: | |
- resources-finalizer.argocd.argoproj.io | |
spec: | |
description: Project for parent applicatons used when employing app of apps pattern |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
data: | |
mapRoles: | | |
- groups: | |
- system:bootstrappers | |
- system:nodes | |
rolearn: arn:aws:iam::XXXXXX:role/NodeInstanceRole | |
username: system:node:{{EC2PrivateDNSName}} | |
mapUsers: | | |
- userarn: arn:aws:iam::XXXXXX:user/myuser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: argoproj.io/v1alpha1 | |
kind: AppProject | |
metadata: | |
name: argocd-projects | |
namespace: argocd | |
finalizers: | |
- resources-finalizer.argocd.argoproj.io | |
spec: | |
description: Project for deploying Crossplane with ArgoCD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: argoproj.io/v1alpha1 | |
kind: Application | |
metadata: | |
name: crossplane-aws-eks | |
namespace: argocd | |
finalizers: | |
- resources-finalizer.argocd.argoproj.io | |
spec: | |
project: argocd-projects |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
items: | |
- apiVersion: v1 | |
data: | |
tls.crt: <-- base64 encoded string (tls.crt) | |
tls.key: <-- base64 encoded string (tls.key) | |
kind: Secret | |
metadata: | |
creationTimestamp: "2020-04-09T23:06:53Z" | |
generateName: sealed-secrets-key |
NewerOlder