Ciro S. Costa

Results 107 comments of Ciro S. Costa

I _believe_ the following should do it: ```yaml on: push: paths-ignore: - "rfcs/**" ```

@idoru thank you! have you considered having `./config/` updated? my first thought was of making use of an overlay in `vmware-tanzu/package-for-cartographer` that would let you configure these via something like...

fwiw, for folks not super familiar with the metrics exported, from a plain run w/ no workloads/etc in the cluster: | name | description | | ---- | ----------- |...

(from zoom conversation) > w/ regards to reporting whether something is good/not, it _seems_ like clusterapi's `MachineHealthCheck` could loosely bring some inspiration (https://cluster-api.sigs.k8s.io/tasks/healthcheck.html#what-is-a-machinehealthcheck) - there you have this CRD where...

interesting @scothis, trying to make some sense of it making a little more concrete with an example supplychain (`source-provider -> image-builder`): ```yaml status: resources: - name: source-provider ref: kind: GitRepository...

@jwntrs , are you thinking something like this? - supply chain ```yaml kind: ClusterSupplyChain spec: resources: - name: deployer # kapp-controller/App deploying knative/Service templateRef: kind: ClusterTemplate name: deployer - name:...

related: https://github.com/nulldriver/maven-resource (concourse) ```yaml resource_types: - name: maven-resource type: registry-image source: repository: nulldriver/maven-resource tag: latest resources: - name: artifact type: maven-resource source: url: https://myrepo.example.com/repository/maven-releases/ snapshot_url: https://myrepo.example.com/repository/maven-snapshots/ artifact: com.example:example-webapp:jar username: myuser...

note from a discussion @ zoom: - for `StampedObjectApplied`, it might be interesting to be able to distinguish between update vs create - debugging wise, it can be helpful to...

hi @sfzylad ! thanks for reporting - indeed, the controller currently does not perform any validation in that form. e.g., a minimal example to illustrate it: 1. create a template...