fix: exclude 'ollama-external.yaml' from ArgoCD application directory
This commit is contained in:
parent
7d2fde96ae
commit
e1fd813b7e
@ -12,6 +12,8 @@ spec:
|
|||||||
directory:
|
directory:
|
||||||
recurse: true
|
recurse: true
|
||||||
include: '*.yaml'
|
include: '*.yaml'
|
||||||
|
# This is applied manually since Endpoints resource cannot be managed by ArgoCD
|
||||||
|
exclude: 'ollama-external.yaml'
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: default
|
namespace: default
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user