Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #3

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions v03-argocd-applications/application-directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ spec:
project: default
source:
# directory:
# exclude: 'service.yml'
# exclude: 'service.yml'
# include: '{serviceaccount.yml,service.yml}'
# recurse: true
path: v03-argocd-applications/directoryOfmanifests
repoURL: https://github.com/devopshobbies/argocd-tutorial.git
repoURL: https://github.com/fallahizahra123/argocd-tutorial.git
targetRevision: main
2 changes: 1 addition & 1 deletion v03-argocd-applications/application-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ spec:
# valueFiles:
# - custom-values.yaml
path: v03-argocd-applications/helm/nginx
repoURL: https://github.com/devopshobbies/argocd-tutorial.git
repoURL: https://github.com/fallahizahra123/argocd-tutorial.git
targetRevision: main
16 changes: 16 additions & 0 deletions v03-argocd-applications/application-helm2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sealed-secrets
namespace: argocd
spec:
project: default
source:
chart: sealed-secrets
repoURL: https://bitnami-labs.github.io/sealed-secrets
targetRevision: 1.16.1
helm:
releaseName: sealed-secrets
destination:
server: "https://kubernetes.default.svc"
namespace: default
2 changes: 1 addition & 1 deletion v03-argocd-applications/helm/nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 2
replicaCount: 3

image:
repository: nginx
Expand Down